summaryrefslogtreecommitdiff
path: root/glibconfig.h.win32.in
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2002-01-05 18:54:59 +0000
committerHans Breuer <hans@src.gnome.org>2002-01-05 18:54:59 +0000
commitabc754faca50c2a41ae390481856d7e4afd58399 (patch)
treec1546a1ca7a9e4a10cead9ad459015d5cb703571 /glibconfig.h.win32.in
parent7e92a2b3255ff5916b5d83c1a76b18e1984924db (diff)
moved warning to error pragmas to their own file to not force 'good
2002-01-05 Hans Breuer <hans@breuer.org> * glibconfig.h.win32.in msvc_recommended_pragmas.h (new file) : moved warning to error pragmas to their own file to not force 'good practice' programming in downstream libs and apps. Instead the new header will be used by -FImsvc_recommended_pragmas.h in gnome/cvs makefile.msc * */makefile.msc.in : use -FImsvc_recommended_pragmas.h
Diffstat (limited to 'glibconfig.h.win32.in')
-rw-r--r--glibconfig.h.win32.in27
1 files changed, 0 insertions, 27 deletions
diff --git a/glibconfig.h.win32.in b/glibconfig.h.win32.in
index 69c2ab7a2..676b99b94 100644
--- a/glibconfig.h.win32.in
+++ b/glibconfig.h.win32.in
@@ -9,33 +9,6 @@
#include <glib/gmacros.h>
-#ifdef _MSC_VER
-/* Make MSVC more pedantic, this is a recommended pragma list
- * from _Win32_Programming_ by Rector and Newcomer.
- */
-#pragma warning(error:4002)
-#pragma warning(error:4003)
-#pragma warning(1:4010)
-#pragma warning(error:4013)
-#pragma warning(1:4016)
-#pragma warning(error:4020)
-#pragma warning(error:4021)
-#pragma warning(error:4027)
-#pragma warning(error:4029)
-#pragma warning(error:4033)
-#pragma warning(error:4035)
-#pragma warning(error:4045)
-#pragma warning(error:4047)
-#pragma warning(error:4049)
-#pragma warning(error:4053)
-#pragma warning(error:4071)
-#pragma warning(disable:4101)
-#pragma warning(error:4150)
-
-#pragma warning(disable:4244) /* No possible loss of data warnings */
-#pragma warning(disable:4305) /* No truncation from int to char warnings */
-#endif /* _MSC_VER */
-
#include <limits.h>
#include <float.h>