hl2_src-leak-2017/src/external/crypto++-5.6.3/cryptopushdisablewarnings.h

12 lines
240 B
C

#ifdef _WIN32
#pragma warning( push )
#endif // _WIN32
#if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 5))
#pragma GCC diagnostic push
#endif
#include "cryptodisablewarnings.h"
//#include "tier0/memdbgoff.h"