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

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Thu Oct 10 13:49:08 UTC 2019


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

New commits:
commit a7e59449cc7222a1d3edf66b3d8f8efd5541827d
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Oct 10 15:01:35 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Oct 10 15:48:23 2019 +0200

    Duplicate -Wno-missing-braces
    
    ...ever since 9055fb48402eaeb9ba876b7893e2f9a39fea06b1 "clang-cl: Enable more
    warnings etc. (like in the Clang/GCC case)"
    
    Change-Id: I2c7b36f6d0852ebf6c660e79e6a9bad057ec0153
    Reviewed-on: https://gerrit.libreoffice.org/80608
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index df04554b5f30..b604d10d3760 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -312,7 +312,6 @@ gb_CXXFLAGS += \
 	-Wendif-labels \
 	-Wimplicit-fallthrough \
 	-Wno-missing-braces \
-	-Wno-missing-braces \
 	-Wnon-virtual-dtor \
 	-Woverloaded-virtual \
 	-Wshadow \


More information about the Libreoffice-commits mailing list