diff options
Diffstat (limited to 'config.h.W32.template')
-rw-r--r-- | config.h.W32.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.W32.template b/config.h.W32.template index 160f120..e0b4f6f 100644 --- a/config.h.W32.template +++ b/config.h.W32.template @@ -4,7 +4,9 @@ Maybe after the code cleanup for ISO C we can remove some/all of these. */ #if _MSC_VER > 1000 # pragma warning(disable:4100) /* unreferenced formal parameter */ +# pragma warning(disable:4102) /* unreferenced label */ # pragma warning(disable:4127) /* conditional expression is constant */ +# pragma warning(disable:4131) /* uses old-style declarator */ # pragma warning(disable:4702) /* unreachable code */ #endif |