Re: [Spice-devel] [PATCH] Silence gcc false positive with -Wuninitialized

2013-10-27 Thread Alon Levy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/25/2013 11:19 AM, Christophe Fergeau wrote: > Ping ? > > On Fri, Oct 18, 2013 at 02:53:08PM +0200, Christophe Fergeau > wrote: >> Some versions of gcc warn about: red_channel.c: In function >> 'red_channel_client_wait_outgoing_item': red_channel

Re: [Spice-devel] [PATCH] Silence gcc false positive with -Wuninitialized

2013-10-25 Thread Christophe Fergeau
Ping ? On Fri, Oct 18, 2013 at 02:53:08PM +0200, Christophe Fergeau wrote: > Some versions of gcc warn about: > red_channel.c: In function 'red_channel_client_wait_outgoing_item': > red_channel.c:2331: error: 'end_time' may be used uninitialized in this > function [-Wuninitialized] > red_channel.

[Spice-devel] [PATCH] Silence gcc false positive with -Wuninitialized

2013-10-18 Thread Christophe Fergeau
Some versions of gcc warn about: red_channel.c: In function 'red_channel_client_wait_outgoing_item': red_channel.c:2331: error: 'end_time' may be used uninitialized in this function [-Wuninitialized] red_channel.c: In function 'red_channel_client_wait_pipe_item_sent': red_channel.c:2363: error: 'e