Clear GCC -Wc++11-compat warning
parent
2d011dff34
commit
1b36c4e767
|
|
@ -14,6 +14,10 @@
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE
|
||||||
|
# pragma GCC diagnostic ignored "-Wc++11-compat"
|
||||||
|
#endif
|
||||||
|
|
||||||
NAMESPACE_BEGIN(CryptoPP)
|
NAMESPACE_BEGIN(CryptoPP)
|
||||||
|
|
||||||
ThreadLocalStorage::Err::Err(const std::string& operation, int error)
|
ThreadLocalStorage::Err::Err(const std::string& operation, int error)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue