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 <fgou...@codeweavers.com>

Makes sense.
I'll let you commit and push the patch.


-- 
Francois Gouget <fgou...@codeweavers.com>
_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to