diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-02-25 10:26:59 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-02-25 14:06:07 +0000 |
commit | d69eb22d4ec3d1d44d80e462e2ae746bd5a9a8cf (patch) | |
tree | ef1b569609ef965278b1ee0f2ad70836e9c1f7b5 /RepositoryExternal.mk | |
parent | 48aae2225fa1f3d252619e764416126b0ba78127 (diff) |
-Wno-shadow appears no longer necessary for KDE4
Change-Id: I5edace31b5c73c88c301444aaabee3734fc8154e
Reviewed-on: https://gerrit.libreoffice.org/22696
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 6 |
1 files changed, 0 insertions, 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 |