diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-06-01 04:36:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-06-01 04:36:25 +0300 |
commit | 686e80db741ba06330daf2a6569ec847a3c9d997 (patch) | |
tree | b5aadfa9242491004767c4ac70702f6bab62afdc /utils/command_line.hpp | |
parent | README update (diff) | |
download | winapi-debug-686e80db741ba06330daf2a6569ec847a3c9d997.tar.gz winapi-debug-686e80db741ba06330daf2a6569ec847a3c9d997.zip |
get rid of third-party warnings
Diffstat (limited to 'utils/command_line.hpp')
-rw-r--r-- | utils/command_line.hpp | 2 |
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> |