From 5fea6898346f30119b7f5272033b0713aca4c389 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Mon, 12 Jan 2015 21:05:34 +0100 Subject: cmStandardIncludes: Remove some VS6 workarounds. Added in commit v2.6.0~2824 (COMP: Fix warnings in system headers on VS6., 2006-08-29), but no longer needed. --- Source/cmStandardIncludes.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h index 646300d..99e1868 100644 --- a/Source/cmStandardIncludes.h +++ b/Source/cmStandardIncludes.h @@ -22,7 +22,6 @@ #ifdef _MSC_VER #pragma warning ( disable : 4786 ) #pragma warning ( disable : 4503 ) -#pragma warning ( disable : 4512 ) /* operator=() could not be generated */ #endif @@ -42,11 +41,6 @@ # include #endif -// Avoid warnings in system headers. -#if defined(_MSC_VER) -# pragma warning (push,1) -#endif - #include #include #include @@ -63,10 +57,6 @@ #include #include -#if defined(_MSC_VER) -# pragma warning(pop) -#endif - // include the "c" string header #include #include -- cgit v0.12