build: Disable deprecation warnings in broadway

Avoid compiler warnings while building code that uses deprecated API.
This commit is contained in:
Emmanuele Bassi 2017-05-09 14:30:40 +01:00
parent a7db887c0b
commit eba10161c1

View File

@ -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 \