From 686e80db741ba06330daf2a6569ec847a3c9d997 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 1 Jun 2017 04:36:25 +0300 Subject: get rid of third-party warnings --- include/pdb/symbol.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/pdb/symbol.hpp') 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 #include +#pragma warning(push, 0) #include +#pragma warning(pop) #include #include -- cgit v1.2.3