source-engine/external/crypto++-5.6.3/cryptopopdisablewarnings.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

10 lines
191 B
C

#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"