diff options
-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 |