Re: [Spice-devel] [PATCH spice-gtk 6/7] build-sys: -Wshift-overflow=2

2016-06-01 Thread Pavel Grunt
On Mon, 2016-05-30 at 19:31 +0200, Marc-André Lureau wrote: > manywarnings.m4 update will bring new flags that fail with some > glib/gst headers. > > Signed-off-by: Marc-André Lureau Acked-by: Pavel Grunt > --- >  configure.ac | 5 - >  1 file

[Spice-devel] [PATCH spice-gtk 6/7] build-sys: -Wshift-overflow=2

2016-05-30 Thread Marc-André Lureau
manywarnings.m4 update will bring new flags that fail with some glib/gst headers. Signed-off-by: Marc-André Lureau --- configure.ac | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8f1e91b..3fe8055 100644 ---