[Libreoffice-commits] core.git: solenv/gbuild

Norbert Thiebaud nthiebaud at gmail.com
Sun Feb 21 22:43:21 UTC 2016


 solenv/gbuild/platform/com_MSC_defs.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 133610669b8707a278d9b3b0af025779044fd8c5
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sun Feb 21 08:17:11 2016 -0800

    windows: silence new warning for now
    
    Change-Id: I10b3269e3ac81f0c7e3fa60229e2b1e3fcab512b
    Reviewed-on: https://gerrit.libreoffice.org/22590
    Reviewed-by: David Ostrovsky <david at ostrovsky.org>
    Tested-by: Jenkins <ci at libreoffice.org>

diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index 836b89b..dbe46b6 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -164,6 +164,7 @@ gb_CFLAGS := \
 	-wd4706 \
 	-wd4800 \
 	-Zc:wchar_t- \
+	$(if $(filter-out 120,$(VCVER)), -Wv:18) \
 
 gb_CXXFLAGS := \
 	-Gd \
@@ -195,7 +196,7 @@ gb_CXXFLAGS := \
 	-wd4800 \
 	-wd4913 \
 	-Zc:wchar_t- \
-
+	$(if $(filter-out 120,$(VCVER)), -Wv:18) \
 
 ifeq ($(CPUNAME),X86_64)
 


More information about the Libreoffice-commits mailing list