From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeTvN-0002Fc-Ch for qemu-devel@nongnu.org; Tue, 22 Sep 2015 16:12:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeTvJ-0003xj-Ds for qemu-devel@nongnu.org; Tue, 22 Sep 2015 16:12:25 -0400 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:38149) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeTvJ-0003xd-7N for qemu-devel@nongnu.org; Tue, 22 Sep 2015 16:12:21 -0400 Received: by wiclk2 with SMTP id lk2so40734385wic.1 for ; Tue, 22 Sep 2015 13:12:20 -0700 (PDT) Sender: Paolo Bonzini References: <1442934371-12567-1-git-send-email-pbonzini@redhat.com> From: Paolo Bonzini Message-ID: <5601B620.8010703@redhat.com> Date: Tue, 22 Sep 2015 22:12:16 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PULL 00/48] Misc patches for 2015-09-22 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 22/09/2015 21:41, Peter Maydell wrote: > I'm afraid this doesn't build on 32-bit: > > /root/qemu/hw/intc/ioapic_common.c: In function ‘ioapic_print_redtbl’: > /root/qemu/hw/intc/ioapic_common.c:80:24: error: format ‘%lu’ expects > argument of type ‘long unsigned int’, but argument 6 has type > ‘uint64_t’ [-Werror=format] I really have to add ARM to my build tests... Win32 doesn't cut it since it's -Wno-error. Will respin tomorrow. Paolo