From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHwSc-00084c-Ds for qemu-devel@nongnu.org; Wed, 22 Jul 2015 12:01:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHwSZ-0005mv-9Q for qemu-devel@nongnu.org; Wed, 22 Jul 2015 12:01:34 -0400 Received: from lhrrgout.huawei.com ([194.213.3.17]:25049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHwSZ-0005mV-1w for qemu-devel@nongnu.org; Wed, 22 Jul 2015 12:01:31 -0400 Message-ID: <55AFBE57.1080306@huawei.com> Date: Wed, 22 Jul 2015 18:01:27 +0200 From: Claudio Fontana MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] error building latest QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: "qemu-devel@nongnu.org" 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