diff --git a/trdlocal.cpp b/trdlocal.cpp index fad37b7a..ab6bcd84 100644 --- a/trdlocal.cpp +++ b/trdlocal.cpp @@ -14,6 +14,10 @@ #include #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)