diff options
-rw-r--r-- | Source/cmStandardIncludes.h | 10 |
1 files changed, 0 insertions, 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 <cmsys/IOStream.hxx> #endif -// Avoid warnings in system headers. -#if defined(_MSC_VER) -# pragma warning (push,1) -#endif - #include <fstream> #include <iostream> #include <iomanip> @@ -63,10 +57,6 @@ #include <set> #include <deque> -#if defined(_MSC_VER) -# pragma warning(pop) -#endif - // include the "c" string header #include <string.h> #include <stdio.h> |