summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-05 16:58:03 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-05 17:39:08 +0300
commit48a271c28ad0ceaffd616d8dc9625ed65a89dd3b (patch)
tree7d3aabc3e03cf4e8f840238293db4681689f50ef /solenv
parentWaE: '==' : unsafe mix of type 'sal_Bool' and type 'bool' in operation (diff)
downloadcore-48a271c28ad0ceaffd616d8dc9625ed65a89dd3b.tar.gz
core-48a271c28ad0ceaffd616d8dc9625ed65a89dd3b.zip
WaE: a GUID can only be associated with a class, interface or namespace
Interestingly, this warning is caused by the Windows SDK header ocidl.h., which gets included by at least svtools/source/misc/transfer.cxx.
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/windows.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/windows.mk b/solenv/gbuild/platform/windows.mk
index 5d9feb74f76e..d9ffbf787525 100644
--- a/solenv/gbuild/platform/windows.mk
+++ b/solenv/gbuild/platform/windows.mk
@@ -128,6 +128,7 @@ gb_CFLAGS := \
-wd4800 \
-wd4820 \
-wd4826 \
+ -wd4917 \
-Zc:forScope,wchar_t- \
-Zm500 \
@@ -178,6 +179,7 @@ gb_CXXFLAGS := \
-wd4800 \
-wd4820 \
-wd4826 \
+ -wd4917 \
-wd4996 \
-Zc:forScope,wchar_t- \
-Zm500 \