summaryrefslogtreecommitdiff
path: root/external/crypto++-5.6.3/cryptopushdisablewarnings.h
blob: 6e9728461cc0caf6d96fe8675eef53a24e14f759 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#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"