From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHyHI-0006g6-Tu for qemu-devel@nongnu.org; Wed, 22 Jul 2015 13:58:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHyHF-0001jP-L4 for qemu-devel@nongnu.org; Wed, 22 Jul 2015 13:58:00 -0400 Received: from v220110690675601.yourvserver.net ([37.221.199.173]:41040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHyHF-0001j6-FO for qemu-devel@nongnu.org; Wed, 22 Jul 2015 13:57:57 -0400 Message-ID: <55AFD9A0.5050808@weilnetz.de> Date: Wed, 22 Jul 2015 19:57:52 +0200 From: Stefan Weil MIME-Version: 1.0 References: <55AFBE57.1080306@huawei.com> In-Reply-To: <55AFBE57.1080306@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed 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: Claudio Fontana , Markus Armbruster Cc: "qemu-devel@nongnu.org" 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/. I'm sorry that I forgot the Reported-by in my commit message. Maybe it still can be added. Regards Stefan