Re: [Spice-devel] [client v2 2/3] spicy: Temporarily ignore deprecation warnings

2016-12-07 Thread Francois Gouget
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 =

Re: [Spice-devel] [client v2 2/3] spicy: Temporarily ignore deprecation warnings

2016-12-01 Thread Christophe Fergeau
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)

[Spice-devel] [client v2 2/3] spicy: Temporarily ignore deprecation warnings

2016-11-22 Thread Francois Gouget
GtkAction and lots of GtkUI APIs are deprecated. Signed-off-by: Francois Gouget --- src/spicy.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/spicy.c b/src/spicy.c index c502428..c4a6c7d 100644 --- a/src/spicy.c +++ b/src/spicy.c @@ -38,6 +38,9 @@