summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2016-12-08 16:17:09 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2016-12-08 16:29:09 +0100
commite65be108392ba86a42b75dfcf2789fd398ec6b53 (patch)
treee04c287090d2cb87537897f1107293011ca06952
parentf8e0516ba7f6dcc8b27e02e80fd6f3d23a03e816 (diff)
spicy: Disable deprecation warnings
It still uses GtkUIManager and GtkAction Signed-off-by: Christophe Fergeau <cfergeau@redhat.com> Acked-by: Francois Gouget <fgouget@codeweavers.com>
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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)