summaryrefslogtreecommitdiff
path: root/external/crypto++-5.61/cryptopushdisablewarnings.h
diff options
context:
space:
mode:
Diffstat (limited to 'external/crypto++-5.61/cryptopushdisablewarnings.h')
-rw-r--r--external/crypto++-5.61/cryptopushdisablewarnings.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/external/crypto++-5.61/cryptopushdisablewarnings.h b/external/crypto++-5.61/cryptopushdisablewarnings.h
new file mode 100644
index 0000000..763ee1f
--- /dev/null
+++ b/external/crypto++-5.61/cryptopushdisablewarnings.h
@@ -0,0 +1,6 @@
+#ifdef _WIN32
+#pragma warning( push )
+#include "cryptodisablewarnings.h"
+//#include "tier0/memdbgoff.h"
+#endif // _WIN32
+