Re: [Spice-devel] [PATCH] miLineArc(): initialize edge1, edge2

2018-05-10 Thread Frediano Ziglio
> > When compiling spice-common with meson/ninja under "release" mode, I get > the following compiler warnings: > > ../subprojects/spice-common/common/lines.c: In function ‘miLineArc’: > ../subprojects/spice-common/common/lines.c:2167:17: error: ‘edge2.dx’ may > be used uninitialized

[Spice-devel] [PATCH] miLineArc(): initialize edge1, edge2

2018-05-09 Thread Jonathon Jongsma
When compiling spice-common with meson/ninja under "release" mode, I get the following compiler warnings: ../subprojects/spice-common/common/lines.c: In function ‘miLineArc’: ../subprojects/spice-common/common/lines.c:2167:17: error: ‘edge2.dx’ may be used uninitialized in this function [