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

New commits:
commit 6266df99cc0782476478c45cbb6a48006c142489
Author: Michael Stahl <mst...@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 \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to