Clear GCC -Wc++11-compat warning

This commit is contained in:
Jeffrey Walton 2018-01-20 19:35:50 -05:00
parent 2d011dff34
commit 1b36c4e767
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -14,6 +14,10 @@
#include <windows.h>
#endif
#if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE
# pragma GCC diagnostic ignored "-Wc++11-compat"
#endif
NAMESPACE_BEGIN(CryptoPP)
ThreadLocalStorage::Err::Err(const std::string& operation, int error)