Remove unus(ed|ual) ssasn function to fix warnings
Why in tarnation would you assign an int to a string anyway? We're apparently not using this, so remove it for now. Should fix a lot of unused-parameter warnings.
This commit is contained in:
@@ -214,15 +214,6 @@ inline void ssasn(std::string& sDst, PCSTR pA)
|
|||||||
sDst.assign(pA);
|
sDst.assign(pA);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
/**
|
|
||||||
* @brief Erase the destination string.
|
|
||||||
* @param sDst the destination string.
|
|
||||||
* @param nNull the null value.
|
|
||||||
*/
|
|
||||||
inline void ssasn(std::string& sDst, const int nNull)
|
|
||||||
{
|
|
||||||
sDst.erase();
|
|
||||||
}
|
|
||||||
#undef StrSizeType
|
#undef StrSizeType
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user