diff nt/config.h @ 462:0784d089fdc9 r21-2-46

Import from CVS: tag r21-2-46
author cvs
date Mon, 13 Aug 2007 11:44:37 +0200
parents 223736d75acb
children b39c14581166
line wrap: on
line diff
--- a/nt/config.h	Mon Aug 13 11:43:25 2007 +0200
+++ b/nt/config.h	Mon Aug 13 11:44:37 2007 +0200
@@ -610,6 +610,10 @@
 
 /* 'expression' : signed/unsigned mismatch */
 #pragma warning ( disable : 4018 )
+/* unnamed type definition in parentheses
+  (Martin added a pedantically correct definition of ALIGNOF, which
+  generates temporary anonymous structures, and MSVC complains) */
+#pragma warning ( disable : 4116 )
 
 #endif /* compiler understands #pragma warning*/