Re: [Spice-devel] [spice-gtk Win32 v2 PATCH 1/5] Move err variable definition to beginning of the function

2012-05-22 Thread Hans de Goede
Looks good, ack. On 05/20/2012 06:34 PM, Uri Lublin wrote: This fixes the following compilation error: channel-usbredir.c: In function 'spice_usbredir_channel_connect_device_async': channel-usbredir.c:313:9: error: jump skips variable initialization [-Werror=jump-misses-init] ---

[Spice-devel] [spice-gtk Win32 v2 PATCH 1/5] Move err variable definition to beginning of the function

2012-05-20 Thread Uri Lublin
This fixes the following compilation error: channel-usbredir.c: In function 'spice_usbredir_channel_connect_device_async': channel-usbredir.c:313:9: error: jump skips variable initialization [-Werror=jump-misses-init] --- gtk/channel-usbredir.c |4 +++- 1 files changed, 3 insertions(+), 1