From 571b226d2dffe2bc9604953df33fcbf8d3b7c21d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 15 Jan 2020 00:55:14 +0300 Subject: mingw builds: get rid of #pragma warning --- utils/command_line.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils/command_line.hpp') 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 #include -#pragma warning(pop) #include #include -- cgit v1.2.3