[Spice-devel] [PATCHv2] tests: fix compilation with -Wall -Werror

2011-03-21 Thread Christophe Fergeau
When compiling spice with make CFLAGS=-g3 -ggdb3 -O0 -Wall -Werror, the build broken because of a few unused variables/missing returns. This patch fixes these warnings. --- server/tests/basic_event_loop.c |2 +- server/tests/test_display_base.c |5 +++--

Re: [Spice-devel] [PATCHv2] tests: fix compilation with -Wall -Werror

2011-03-21 Thread Alon Levy
On Mon, Mar 21, 2011 at 06:19:05PM +0100, Christophe Fergeau wrote: When compiling spice with make CFLAGS=-g3 -ggdb3 -O0 -Wall -Werror, the build broken because of a few unused variables/missing returns. This patch fixes these warnings. ACK. Have you gotten an account on freedesktop yet? if