aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils/command_line.hpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-15 00:55:14 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-15 02:01:44 +0300
commit571b226d2dffe2bc9604953df33fcbf8d3b7c21d (patch)
tree6aeb46beaf16aae499317fab2dca37563d6fecd0 /utils/command_line.hpp
parentmingw builds: define _WIN32_WINNT (diff)
downloadwinapi-debug-571b226d2dffe2bc9604953df33fcbf8d3b7c21d.tar.gz
winapi-debug-571b226d2dffe2bc9604953df33fcbf8d3b7c21d.zip
mingw builds: get rid of #pragma warning
Diffstat (limited to 'utils/command_line.hpp')
-rw-r--r--utils/command_line.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/command_line.hpp b/utils/command_line.hpp
index c991e4a..f99c3c1 100644
--- a/utils/command_line.hpp
+++ b/utils/command_line.hpp
@@ -5,10 +5,8 @@
#pragma once
-#pragma warning(push, 0)
#include <boost/filesystem.hpp>
#include <boost/program_options.hpp>
-#pragma warning(pop)
#include <exception>
#include <iostream>