[Libreoffice-commits] .: solenv/gbuild

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Sep 10 07:00:19 PDT 2012


 solenv/gbuild/platform/WNT_INTEL_MSC.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6266df99cc0782476478c45cbb6a48006c142489
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Sep 10 15:56:43 2012 +0200

    gbuild: disable MSVC warning C4351
    
    "new behavior: elements of array FOO will be default initialized"
    sounds utterly useless.
    
    Change-Id: I7870734c92bcd52c7fc0a9a251f6d007122c95a6

diff --git a/solenv/gbuild/platform/WNT_INTEL_MSC.mk b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
index 5fe282d..2b9bae7 100644
--- a/solenv/gbuild/platform/WNT_INTEL_MSC.mk
+++ b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
@@ -152,6 +152,7 @@ gb_CXXFLAGS := \
 	-wd4290 \
 	-wd4294 \
 	-wd4350 \
+	-wd4351 \
 	-wd4355 \
 	-wd4365 \
 	-wd4503 \


More information about the Libreoffice-commits mailing list