summaryrefslogtreecommitdiff
path: root/solenv/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-12-03 14:25:56 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-12-03 14:51:30 +0200
commitba65900509659aaca010bfddb1b09861235d9844 (patch)
treeba1b029f398d1a32bd36dffb04191ad50cba3d50 /solenv/inc
parent88cc248d0d00bb00d7d686a858044663ad6c9c30 (diff)
Use -W4 instead of -Wall, and don't disable warnings that are off by default
Diffstat (limited to 'solenv/inc')
-rw-r--r--solenv/inc/wntmsc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/inc/wntmsc.mk b/solenv/inc/wntmsc.mk
index 9f2941d3dd5f..654d63b165a5 100644
--- a/solenv/inc/wntmsc.mk
+++ b/solenv/inc/wntmsc.mk
@@ -183,7 +183,7 @@ CFLAGSOUTOBJ=-Fo
# '()' to '(void)'".
# - "warning C4365: conversion from ... to ... signed/unsigned mismatch"
-CFLAGSWARNCXX=-Wall -wd4061 -wd4127 -wd4191 -wd4217 -wd4242 -wd4244 -wd4245 -wd4250 -wd4251 -wd4275 \
+CFLAGSWARNCXX=-W4 -wd4061 -wd4127 -wd4191 -wd4217 -wd4242 -wd4244 -wd4245 -wd4250 -wd4251 -wd4275 \
-wd4290 -wd4294 -wd4355 -wd4511 -wd4512 -wd4514 -wd4555 -wd4611 -wd4625 -wd4626 \
-wd4640 -wd4675 -wd4686 -wd4706 -wd4710 -wd4711 -wd4786 -wd4800 -wd4820 -wd4503 -wd4619 \
-wd4365 -wd4668 -wd4738 -wd4826 -wd4350 -wd4505 -wd4692 -wd4189 -wd4005 \