On Thu, 1 Dec 2016, Christophe Fergeau wrote: > I think I'd handle this one similarly to the vala warnings: > > diff --git a/src/Makefile.am b/src/Makefile.am > index 3f81866..66e3c64 100644 > --- a/src/Makefile.am > +++ b/src/Makefile.am > @@ -402,10 +402,12 @@ spicy_LDADD = \ > $(LIBM) \ > $(NULL) > > +# FIXME: GtkAction and lots of GtkUI APIs are deprecated > spicy_CPPFLAGS = \ > $(AM_CPPFLAGS) \ > $(GTHREAD_CFLAGS) \ > -DSPICE_DISABLE_DEPRECATED \ > + -Wno-deprecated-declarations \ > $(NULL) Acked-by: Francois Gouget <fgouget@xxxxxxxxxxxxxxx> Makes sense. I'll let you commit and push the patch. -- Francois Gouget <fgouget@xxxxxxxxxxxxxxx> _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel