solenv/gbuild/platform/com_GCC_class.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 999183f7fddd69903e028a35caa6ff85e255f13e
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Wed Jan 25 07:30:01 2017 +0100

    Default -ferror-limit=20 doesn't make sense for CompilerTest
    
    Change-Id: Ic535de878c17749cdb2e7a6eadeb27dd2194810e

diff --git a/solenv/gbuild/platform/com_GCC_class.mk 
b/solenv/gbuild/platform/com_GCC_class.mk
index 3967e20..f80336d 100644
--- a/solenv/gbuild/platform/com_GCC_class.mk
+++ b/solenv/gbuild/platform/com_GCC_class.mk
@@ -54,7 +54,7 @@ $(call gb_Helper_abbreviate_dirs,\
                $(if $(VISIBILITY),,$(gb_VISIBILITY_FLAGS)) \
                $(if $(WARNINGS_NOT_ERRORS),$(if $(ENABLE_WERROR),$(if 
$(PLUGIN_WARNINGS_AS_ERRORS),$(gb_COMPILER_PLUGINS_WARNINGS_AS_ERRORS))),$(gb_CFLAGS_WERROR))
 \
                $(if $(5),$(gb_COMPILER_PLUGINS)) \
-               $(if $(COMPILER_TEST),-fsyntax-only -Xclang -verify) \
+               $(if $(COMPILER_TEST),-fsyntax-only -ferror-limit=0 -Xclang 
-verify) \
                $(2) \
                $(if 
$(EXTERNAL_CODE),$(gb_CXXFLAGS_Wundef),$(gb_DEFS_INTERNAL)) \
                -c $(3) \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to