Re: [Spice-devel] [client v3 03/10] gtk: Ignore GLib's too-new warnings where we explicitly check its version

2016-10-27 Thread Jonathon Jongsma
Acked-by: Jonathon Jongsma On Thu, 2016-10-27 at 18:41 +0200, Francois Gouget wrote: > Signed-off-by: Francois Gouget > --- >  src/spice-gtk-session.c | 3 +++ >  src/spice-widget-egl.c  | 3 +++ >  src/spice-widget.c  | 6 ++ >  3 files changed, 12 insertions(+) > > diff --git a/src/spic

[Spice-devel] [client v3 03/10] gtk: Ignore GLib's too-new warnings where we explicitly check its version

2016-10-27 Thread Francois Gouget
Signed-off-by: Francois Gouget --- src/spice-gtk-session.c | 3 +++ src/spice-widget-egl.c | 3 +++ src/spice-widget.c | 6 ++ 3 files changed, 12 insertions(+) diff --git a/src/spice-gtk-session.c b/src/spice-gtk-session.c index 3e0ec74..7bed005 100644 --- a/src/spice-gtk-session.c ++