From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIEIa-0007cB-22 for qemu-devel@nongnu.org; Thu, 23 Jul 2015 07:04:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIEIV-0006lM-Lz for qemu-devel@nongnu.org; Thu, 23 Jul 2015 07:04:23 -0400 Received: from lhrrgout.huawei.com ([194.213.3.17]:52048) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIEIV-0006kr-Dk for qemu-devel@nongnu.org; Thu, 23 Jul 2015 07:04:19 -0400 Message-ID: <55B0CA2B.2060109@huawei.com> Date: Thu, 23 Jul 2015 13:04:11 +0200 From: Claudio Fontana MIME-Version: 1.0 References: <55AFBE57.1080306@huawei.com> <55AFD9A0.5050808@weilnetz.de> In-Reply-To: <55AFD9A0.5050808@weilnetz.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] error building latest QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil , Markus Armbruster Cc: "qemu-devel@nongnu.org" 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