On 4 July 2016 at 15:00, Quentin Glidic <[email protected]> wrote: > From: Quentin Glidic <[email protected]> > > Signed-off-by: Quentin Glidic <[email protected]> > --- > libweston/gl-renderer.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libweston/gl-renderer.c b/libweston/gl-renderer.c > index 28c0b50..73b6ccc 100644 > --- a/libweston/gl-renderer.c > +++ b/libweston/gl-renderer.c > @@ -455,7 +455,7 @@ static int > compress_bands(pixman_box32_t *inrects, int nrects, > pixman_box32_t **outrects) > { > - bool merged; > + bool merged = false; What is the "silly warning" here ? Please mention it just like you did for the others.
If we get a "Wmaybe-uninitialized" then it's a compiler deficiency, but it doesn't harm silencing it with this patch. -Emil _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
