build: Disable deprecation warnings in broadway
Avoid compiler warnings while building code that uses deprecated API.
This commit is contained in:
parent
a7db887c0b
commit
eba10161c1
@ -9,6 +9,7 @@ AM_CPPFLAGS = \
|
||||
-DG_LOG_DOMAIN=\"Gdk\" \
|
||||
-DG_LOG_USE_STRUCTURED=1 \
|
||||
-DGDK_COMPILATION \
|
||||
-DGDK_DISABLE_DEPRECATION_WARNINGS \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/gdk \
|
||||
-I$(top_builddir)/gdk \
|
||||
|
Loading…
Reference in New Issue
Block a user