summaryrefslogtreecommitdiff
path: root/external/crypto++-5.6.3/cryptopushdisablewarnings.h
diff options
context:
space:
mode:
authorFluorescentCIAAfricanAmerican <[email protected]>2020-04-22 12:56:21 -0400
committerFluorescentCIAAfricanAmerican <[email protected]>2020-04-22 12:56:21 -0400
commit3bf9df6b2785fa6d951086978a3e66f49427166a (patch)
tree2c0f1f0c63c4832882bc93814ebd2c2b1c6224e5 /external/crypto++-5.6.3/cryptopushdisablewarnings.h
downloadarchived-source-engine-2018-hl2-src-master.tar.xz
archived-source-engine-2018-hl2-src-master.zip
Diffstat (limited to 'external/crypto++-5.6.3/cryptopushdisablewarnings.h')
-rw-r--r--external/crypto++-5.6.3/cryptopushdisablewarnings.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/external/crypto++-5.6.3/cryptopushdisablewarnings.h b/external/crypto++-5.6.3/cryptopushdisablewarnings.h
new file mode 100644
index 0000000..6e97284
--- /dev/null
+++ b/external/crypto++-5.6.3/cryptopushdisablewarnings.h
@@ -0,0 +1,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"
+