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 --- utils/pdb_descr.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/pdb_descr.hpp') diff --git a/utils/pdb_descr.hpp b/utils/pdb_descr.hpp index c8a6112..58261a0 100644 --- a/utils/pdb_descr.hpp +++ b/utils/pdb_descr.hpp @@ -7,7 +7,9 @@ #include "pdb/all.hpp" +#pragma warning(push, 0) #include +#pragma warning(pop) #include #include -- cgit v1.2.3