aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/pdb/symbol.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/pdb/symbol.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pdb/symbol.hpp b/include/pdb/symbol.hpp
index 81a40e3..ec0f80c 100644
--- a/include/pdb/symbol.hpp
+++ b/include/pdb/symbol.hpp
@@ -11,7 +11,9 @@
#include <safeint.h>
#include <Windows.h>
+#pragma warning(push, 0)
#include <DbgHelp.h>
+#pragma warning(pop)
#include <cstddef>
#include <cstring>