Re: [Spice-devel] [spice-common 1/8] canvas_base: Fix variable shadowing warning

2019-03-29 Thread Frediano Ziglio
> canvas_base.c is #included by spice-common users. They currently don't > enable this warning, but if/when they do, we don't want code from > spice-common to trigger it. > > Signed-off-by: Christophe Fergeau Acked-by: Frediano Ziglio > --- > common/canvas_base.c | 8 > 1 file chang

[Spice-devel] [spice-common 1/8] canvas_base: Fix variable shadowing warning

2019-03-28 Thread Christophe Fergeau
canvas_base.c is #included by spice-common users. They currently don't enable this warning, but if/when they do, we don't want code from spice-common to trigger it. Signed-off-by: Christophe Fergeau --- common/canvas_base.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --gi