summaryrefslogtreecommitdiffstats
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2019-06-12 17:17:07 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2019-06-13 07:31:15 +0200
commit41a644dae966ecb958d1fe56cb14f3c091b0eceb (patch)
tree12ff3208dbc6cfd6b204dca2fd4ee58d1997fd6f /RepositoryExternal.mk
parentQt5 correctly hide menu bar in tabbed mode (diff)
downloadcore-41a644dae966ecb958d1fe56cb14f3c091b0eceb.tar.gz
core-41a644dae966ecb958d1fe56cb14f3c091b0eceb.zip
Drop '-Wno-shadow' previously set for qt5/kde5
The flag has been introduced with commit 9335945c7cb215f387ed1444e28533fac437c6e8 ("KF5 initial VCL plugin") and was presumably just copy-pasted in commit 4d78cf97d7b1629556df68fc461922fda930d9ec. The flag should no longer be necessary now; the only issue showing up after removing the flag was fixed. Change-Id: I65fe4d12bdf7d5888b75f8a5743bab6979a63295 Reviewed-on: https://gerrit.libreoffice.org/73892 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 6b0c69b3c804..922347228b81 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -3092,12 +3092,6 @@ $(call gb_LinkTarget_add_libs,$(1),\
$(KF5_LIBS) \
)
-ifeq ($(COM),GCC)
-$(call gb_LinkTarget_add_cxxflags,$(1),\
- -Wno-shadow \
-)
-endif
-
endef
else # !ENABLE_KDE5
@@ -3126,12 +3120,6 @@ $(call gb_LinkTarget_add_libs,$(1),\
$(QT5_LIBS) \
)
-ifeq ($(COM),GCC)
-$(call gb_LinkTarget_add_cxxflags,$(1),\
- -Wno-shadow \
-)
-endif
-
endef
else # !ENABLE_QT5