Fixed the warning in CryptoPP.
It was getting on my nerves too much, decided to actually fix their code.
This commit is contained in:
parent
5417f7bd2d
commit
7fa5217aad
@ -545,7 +545,7 @@ inline void SecureWipeArray(T *buf, size_t n)
|
||||
}
|
||||
|
||||
// this function uses wcstombs(), which assumes that setlocale() has been called
|
||||
static std::string StringNarrow(const wchar_t *str, bool throwOnError = true)
|
||||
inline std::string StringNarrow(const wchar_t *str, bool throwOnError = true)
|
||||
{
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(push)
|
||||
|
Loading…
Reference in New Issue
Block a user