Re: [Qemu-devel] [PATCH for-2.4] vl: Fix compiler warning for builds without VLC

2015-07-22 Thread Paolo Bonzini
On 23/07/2015 03:43, Wen Congyang wrote: > On 07/23/2015 01:53 AM, Stefan Weil wrote: >> > This regression was caused by commit 70b94331. > vnc, not vlc in the title. > > Reviewed-by: Wen Congyang > Thanks, queued for 2.4. Paolo

Re: [Qemu-devel] [PATCH for-2.4] vl: Fix compiler warning for builds without VLC

2015-07-22 Thread Wen Congyang
On 07/23/2015 01:53 AM, Stefan Weil wrote: > This regression was caused by commit 70b94331. vnc, not vlc in the title. Reviewed-by: Wen Congyang > > CCvl.o > vl.c: In function ‘select_display’: > vl.c:2064:12: error: unused variable ‘err’ [-Werror=unused-variable] > Error *err = NUL

[Qemu-devel] [PATCH for-2.4] vl: Fix compiler warning for builds without VLC

2015-07-22 Thread Stefan Weil
This regression was caused by commit 70b94331. CCvl.o vl.c: In function ‘select_display’: vl.c:2064:12: error: unused variable ‘err’ [-Werror=unused-variable] Error *err = NULL; ^ Signed-off-by: Stefan Weil --- vl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di