aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cxx/include
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cxx/include/aesnixx/debug.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/cxx/include/aesnixx/debug.hpp b/cxx/include/aesnixx/debug.hpp
index f87942d..bb21f74 100644
--- a/cxx/include/aesnixx/debug.hpp
+++ b/cxx/include/aesnixx/debug.hpp
@@ -10,7 +10,10 @@
#ifdef WIN32
#include <Windows.h>
+#pragma warning(push)
+#pragma warning(disable: 4091)
#include <DbgHelp.h>
+#pragma warning(pop)
#pragma comment(lib, "dbghelp.lib")
#endif