From d8f8f7812cfa50e853d30f53273601dca57a60ec Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 28 Jun 2022 17:24:34 +0100 Subject: util: remove MSVC warning pragmas 4786 - I don't think this exists any more? 4805 - Is already defined (globally) in the MSVC project. Dropped 4717 and 4804, as it seems they are no-longer supressing anything. See: https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warnings-c4000-c5999 --- src/util/system.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src') diff --git a/src/util/system.cpp b/src/util/system.cpp index 140d51a1cc..f6f2828fc8 100644 --- a/src/util/system.cpp +++ b/src/util/system.cpp @@ -55,13 +55,6 @@ #else -#ifdef _MSC_VER -#pragma warning(disable:4786) -#pragma warning(disable:4804) -#pragma warning(disable:4805) -#pragma warning(disable:4717) -#endif - #include #include /* for _commit */ -- cgit v1.2.3