diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2011-04-11 11:27:29 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2011-04-11 11:30:02 +0200 |
commit | b87ba0a04e441c7e4092d26a38f9883f15c477f7 (patch) | |
tree | 375cefd89f11b140b88e5b00b8fc658e7b97ac71 /fpicker/source | |
parent | a42717fef2226ba525a286fc43298b99b43d8857 (diff) |
-Wno-shadow for KDE sources
KDE builds without this warning, so headers trigger it a lot.
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/unx/kde/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fpicker/source/unx/kde/makefile.mk b/fpicker/source/unx/kde/makefile.mk index e1bc4db47d36..20b27d5c7c9a 100644 --- a/fpicker/source/unx/kde/makefile.mk +++ b/fpicker/source/unx/kde/makefile.mk @@ -48,6 +48,10 @@ dummy: CFLAGS+= $(KDE_CFLAGS) +.IF "$(COM)" == "GCC" +CFLAGSCXX+=-Wno-shadow +.ENDIF + # --- Files -------------------------------------------------------- SLOFILES =\ |