From d69eb22d4ec3d1d44d80e462e2ae746bd5a9a8cf Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 25 Feb 2016 10:26:59 +0100 Subject: -Wno-shadow appears no longer necessary for KDE4 Change-Id: I5edace31b5c73c88c301444aaabee3734fc8154e Reviewed-on: https://gerrit.libreoffice.org/22696 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- RepositoryExternal.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index b7fa3918ba50..c61d394d5bdf 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 -- cgit