[Spice-devel] [client v2 2/3] spicy: Temporarily ignore deprecation warnings
Francois Gouget
fgouget at codeweavers.com
Thu Dec 8 05:46:33 UTC 2016
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 at codeweavers.com>
Makes sense.
I'll let you commit and push the patch.
--
Francois Gouget <fgouget at codeweavers.com>
More information about the Spice-devel
mailing list