From e65be108392ba86a42b75dfcf2789fd398ec6b53 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 8 Dec 2016 16:17:09 +0100 Subject: spicy: Disable deprecation warnings It still uses GtkUIManager and GtkAction Signed-off-by: Christophe Fergeau Acked-by: Francois Gouget --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 3f81866..78b215f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -402,10 +402,12 @@ spicy_LDADD = \ $(LIBM) \ $(NULL) +# FIXME: GtkAction and lots of GtkUIManager APIs are deprecated spicy_CPPFLAGS = \ $(AM_CPPFLAGS) \ $(GTHREAD_CFLAGS) \ -DSPICE_DISABLE_DEPRECATED \ + -Wno-deprecated-declarations \ $(NULL) -- cgit v1.2.3