X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=nt%2Fconfig.h;h=78f8e6c876fd9a7369fd5560fbb3150ad8acb991;hp=8d8dae2195b490d29cce667769554c82f602bbf4;hb=7b241b273a632ab80d7c620b5add28d5f11b0fd3;hpb=1cc5b779cb8755e01e02aead4fba711c06158b90 diff --git a/nt/config.h b/nt/config.h index 8d8dae2..78f8e6c 100644 --- a/nt/config.h +++ b/nt/config.h @@ -610,6 +610,10 @@ on various systems. */ /* '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*/