summaryrefslogtreecommitdiff
path: root/external/crypto++-5.6.3/cryptopopdisablewarnings.h
blob: ce0edbcc3ecbec5c2e265167f6af66e0a0eb503d (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifdef _WIN32
#pragma warning( pop )
#endif

#if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 5))
#pragma GCC diagnostic pop
#endif

//#include "tier0/memdbgon.h"