mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-01-31 18:22:15 +00:00
Clear GCC -Wc++11-compat warning
This commit is contained in:
parent
2d011dff34
commit
1b36c4e767
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user