On 22.07.2015 19:57, Stefan Weil wrote: > Am 22.07.2015 um 18:01 schrieb Claudio Fontana: >> Hello, >> >> with the following configuration: >> >> ./configure --enable-fdt --disable-sdl --disable-vnc --enable-debug >> --disable-gtk --enable-kvm --target-list=aarch64-softmmu >> >> I get: >> >> vl.c:2064:12: error: unused variable `err' [-Werror=unused-variable] >> Error *err = NULL; >> ^ >> make: *** [vl.o] Error 1 >> make: *** Waiting for unfinished jobs.... >> >> This seems to me as being introduced by commit #70b94331 >> >> Ciao, >> >> Claudio > > Hi Claudio, > > this patch should fix it: http://patchwork.ozlabs.org/patch/498757/.
Thanks! > I'm sorry that I forgot the Reported-by in my commit message. > Maybe it still can be added. > Ah don't bother. Ciao Claudio