From 686e80db741ba06330daf2a6569ec847a3c9d997 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 1 Jun 2017 04:36:25 +0300 Subject: get rid of third-party warnings --- utils/command_line.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/command_line.hpp') 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 #include +#pragma warning(pop) #include #include -- cgit v1.2.3