Kaydet (Commit) b87ba0a0 authored tarafından Luboš Luňák's avatar Luboš Luňák

-Wno-shadow for KDE sources

KDE builds without this warning, so headers trigger it a lot.
üst a42717fe
...@@ -48,6 +48,10 @@ dummy: ...@@ -48,6 +48,10 @@ dummy:
CFLAGS+= $(KDE_CFLAGS) CFLAGS+= $(KDE_CFLAGS)
.IF "$(COM)" == "GCC"
CFLAGSCXX+=-Wno-shadow
.ENDIF
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------
SLOFILES =\ SLOFILES =\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment