mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-06 23:46:43 +00:00
12 lines
240 B
C
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"
|
|
|