aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils/addr2name.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/addr2name.cpp')
-rw-r--r--utils/addr2name.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/addr2name.cpp b/utils/addr2name.cpp
index b2f0a51..76e781d 100644
--- a/utils/addr2name.cpp
+++ b/utils/addr2name.cpp
@@ -8,7 +8,9 @@
#include "pdb/all.hpp"
+#pragma warning(push, 0)
#include <boost/program_options.hpp>
+#pragma warning(pop)
#include <exception>
#include <iostream>