summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2015-09-06 17:39:09 +0200
committerDavid Ostrovsky <david@ostrovsky.org>2015-09-13 05:35:32 +0000
commit00525937971a6d2fcb51548f050be87069f07f55 (patch)
tree62df90f41dc04993fda43f21ecbfc0c02e22ad16 /solenv
parent5e86f24392e5ead786c251d0dbae17fed62ff36b (diff)
Disable Warning 4589
Change-Id: I017d21153880e92d59477ed2d6bdabc2629672e0 Reviewed-on: https://gerrit.libreoffice.org/18521 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/com_MSC_defs.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index aa82a93973d4..6b1de35267e3 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -153,6 +153,7 @@ gb_CFLAGS := \
-wd4355 \
-wd4505 \
-wd4512 \
+ -wd4589 \
-wd4626 \
-wd4706 \
-wd4800 \
@@ -182,6 +183,7 @@ gb_CXXFLAGS := \
-wd4481 \
-wd4505 \
-wd4512 \
+ -wd4589 \
-wd4611 \
-wd4706 \
-wd4800 \