summaryrefslogtreecommitdiff
path: root/solenv/inc/wntmsc.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-26 14:59:17 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-26 15:26:07 +0300
commitc07c94e4875e321f4f2503e0ba8c816d7f32b5f7 (patch)
tree3372d6be61e0339913b822c87733278e92cef4df /solenv/inc/wntmsc.mk
parentc6a24a5e74ed849b3255e276bfdaaf61a06f275a (diff)
WaE: possible change in behavior, change in UDT return calling convention
Ignore also MSVC warning C4686. From http://msdn.microsoft.com/en-us/library/ae77984s%28v=VS.90%29.aspx it seems that this is just a warning that the compiler behaviour has changed, but that change was already in MSVC 2003. So it should be irrelevant to us.
Diffstat (limited to 'solenv/inc/wntmsc.mk')
-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 3680ce980704..3c4bbf8619aa 100644
--- a/solenv/inc/wntmsc.mk
+++ b/solenv/inc/wntmsc.mk
@@ -196,7 +196,7 @@ CFLAGSOUTOBJ=-Fo
CFLAGSWARNCXX=-Wall -wd4061 -wd4127 -wd4191 -wd4217 -wd4242 -wd4244 -wd4245 -wd4250 -wd4251 -wd4275 \
-wd4290 -wd4294 -wd4355 -wd4511 -wd4512 -wd4514 -wd4555 -wd4611 -wd4625 -wd4626 \
- -wd4640 -wd4675 -wd4706 -wd4710 -wd4711 -wd4786 -wd4800 -wd4820 -wd4503 -wd4619 \
+ -wd4640 -wd4675 -wd4686 -wd4706 -wd4710 -wd4711 -wd4786 -wd4800 -wd4820 -wd4503 -wd4619 \
-wd4365 -wd4668 -wd4738 -wd4826 -wd4350 -wd4505 -wd4692 -wd4189 -wd4005 \
-wd4180
CFLAGSWARNCC=$(CFLAGSWARNCXX) -wd4255