aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils/command_line.hpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-06-01 04:36:25 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-06-01 04:36:25 +0300
commit686e80db741ba06330daf2a6569ec847a3c9d997 (patch)
treeb5aadfa9242491004767c4ac70702f6bab62afdc /utils/command_line.hpp
parentREADME update (diff)
downloadwinapi-debug-686e80db741ba06330daf2a6569ec847a3c9d997.tar.gz
winapi-debug-686e80db741ba06330daf2a6569ec847a3c9d997.zip
get rid of third-party warnings
Diffstat (limited to '')
-rw-r--r--utils/command_line.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/command_line.hpp b/utils/command_line.hpp
index 79fb673..83cf8d6 100644
--- a/utils/command_line.hpp
+++ b/utils/command_line.hpp
@@ -5,8 +5,10 @@
#pragma once
+#pragma warning(push, 0)
#include <boost/filesystem.hpp>
#include <boost/program_options.hpp>
+#pragma warning(pop)
#include <exception>
#include <iostream>