[Libreoffice-commits] core.git: RepositoryExternal.mk

Stephan Bergmann sbergman at redhat.com
Thu Feb 25 14:06:37 UTC 2016


 RepositoryExternal.mk |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit d69eb22d4ec3d1d44d80e462e2ae746bd5a9a8cf
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Feb 25 10:26:59 2016 +0100

    -Wno-shadow appears no longer necessary for KDE4
    
    Change-Id: I5edace31b5c73c88c301444aaabee3734fc8154e
    Reviewed-on: https://gerrit.libreoffice.org/22696
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index b7fa391..c61d394 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2961,12 +2961,6 @@ $(call gb_LinkTarget_add_libs,$(1),\
 	$(KDE4_LIBS) \
 )
 
-ifeq ($(COM),GCC)
-$(call gb_LinkTarget_add_cxxflags,$(1),\
-	-Wno-shadow \
-)
-endif
-
 endef
 
 else # !ENABLE_KDE4


More information about the Libreoffice-commits mailing list