From: Emmanuele Bassi Date: Tue, 9 May 2017 13:30:40 +0000 (+0100) Subject: build: Disable deprecation warnings in broadway X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~564 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eba10161c125e3e0e1e66443f8e63f5cc6bc9a8d;p=gtk%2B3.0.git build: Disable deprecation warnings in broadway Avoid compiler warnings while building code that uses deprecated API. --- diff --git a/gdk/broadway/Makefile.am b/gdk/broadway/Makefile.am index f1c392353f..e04013f46f 100644 --- a/gdk/broadway/Makefile.am +++ b/gdk/broadway/Makefile.am @@ -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 \