aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils/command_line.hpp
diff options
context:
space:
mode:
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>