diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-15 00:55:14 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-15 02:01:44 +0300 |
commit | 571b226d2dffe2bc9604953df33fcbf8d3b7c21d (patch) | |
tree | 6aeb46beaf16aae499317fab2dca37563d6fecd0 /utils/pdb_descr.hpp | |
parent | mingw builds: define _WIN32_WINNT (diff) | |
download | winapi-debug-571b226d2dffe2bc9604953df33fcbf8d3b7c21d.tar.gz winapi-debug-571b226d2dffe2bc9604953df33fcbf8d3b7c21d.zip |
mingw builds: get rid of #pragma warning
Diffstat (limited to '')
-rw-r--r-- | utils/pdb_descr.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/pdb_descr.hpp b/utils/pdb_descr.hpp index f2e6f38..34f6266 100644 --- a/utils/pdb_descr.hpp +++ b/utils/pdb_descr.hpp @@ -7,9 +7,7 @@ #include "pdb/all.hpp" -#pragma warning(push, 0) #include <boost/program_options.hpp> -#pragma warning(pop) #include <sstream> #include <string> |