Re: [Qemu-devel] [PATCH] monitor: vnc: Fix compilation error if CONFIG_VNC is disable

2019-07-03 Thread Montes, Julio
On Wed, 2019-07-03 at 10:21 +0200, Stefano Garzarella wrote: > On Tue, Jul 02, 2019 at 07:01:31PM +, Julio Montes wrote: > > How to reproduce it? > > === > > > > ``` > > $ ./configure --disable-spice --disable-vte --disable-vnc \ > > --disable-vnc-jpeg --disable-vnc-png --disable-vnc-sasl

Re: [Qemu-devel] [PATCH] monitor: vnc: Fix compilation error if CONFIG_VNC is disable

2019-07-03 Thread Stefano Garzarella
On Tue, Jul 02, 2019 at 07:01:31PM +, Julio Montes wrote: > How to reproduce it? > === > > ``` > $ ./configure --disable-spice --disable-vte --disable-vnc \ > --disable-vnc-jpeg --disable-vnc-png --disable-vnc-sasl > $ make > ... > monitor/hmp-cmds.c: In function ‘hmp_change’: > monitor/hm

Re: [Qemu-devel] [PATCH] monitor: vnc: Fix compilation error if CONFIG_VNC is disable

2019-07-02 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190702190131.5780-1-julio.mon...@intel.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash m

[Qemu-devel] [PATCH] monitor: vnc: Fix compilation error if CONFIG_VNC is disable

2019-07-02 Thread Julio Montes
How to reproduce it? === ``` $ ./configure --disable-spice --disable-vte --disable-vnc \ --disable-vnc-jpeg --disable-vnc-png --disable-vnc-sasl $ make ... monitor/hmp-cmds.c: In function ‘hmp_change’: monitor/hmp-cmds.c:1985:17: error: unused variable ‘hmp_mon’ [-Werror=unused-variable]