From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51391 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q31HK-0003vu-RJ for qemu-devel@nongnu.org; Fri, 25 Mar 2011 03:17:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q31HJ-0004MV-A2 for qemu-devel@nongnu.org; Fri, 25 Mar 2011 03:17:50 -0400 Received: from mail-yi0-f45.google.com ([209.85.218.45]:55815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q31HJ-0004Lz-7O for qemu-devel@nongnu.org; Fri, 25 Mar 2011 03:17:49 -0400 Received: by yib19 with SMTP id 19so403867yib.4 for ; Fri, 25 Mar 2011 00:17:48 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 25 Mar 2011 07:17:47 +0000 Message-ID: Subject: Re: [Qemu-devel] Compile errors in vl.c on git head From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerhard Wiesinger Cc: Jes Sorensen , qemu-devel@nongnu.org On Fri, Mar 25, 2011 at 7:05 AM, Gerhard Wiesinger wr= ote: > I can't compile: > =A0CC =A0 =A0libhw64/vl.o > cc1: warnings being treated as errors > /root/download/qemu/git/qemu/vl.c: In function .select_display.: > /root/download/qemu/git/qemu/vl.c:1645: error: label .invalid_display. > defined but not used > make[1]: *** [vl.o] Error 1 > make: *** [subdir-libhw64] Error 2 Temporary workaround: $ ./configure --disable-werror [...] $ make Jes: This is a CONFIG_SDL issue. I think you're the expert! :) Stefan