From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S61Wa-000465-US for qemu-devel@nongnu.org; Fri, 09 Mar 2012 10:14:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S61WU-0001HZ-Jw for qemu-devel@nongnu.org; Fri, 09 Mar 2012 10:14:32 -0500 Received: from chello084112167138.7.11.vie.surfer.at ([84.112.167.138]:45966 helo=wiesinger.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S61WU-0001HS-9T for qemu-devel@nongnu.org; Fri, 09 Mar 2012 10:14:26 -0500 Received: from bbs.intern (localhost [127.0.0.1]) by wiesinger.com (8.14.4/8.14.4) with ESMTP id q29FCAow022552 for ; Fri, 9 Mar 2012 16:12:10 +0100 Received: from localhost (gerhard@localhost) by bbs.intern (8.14.4/8.14.4/Submit) with ESMTP id q29FCAoZ022547 for ; Fri, 9 Mar 2012 16:12:10 +0100 Date: Fri, 9 Mar 2012 16:12:10 +0100 (CET) From: Gerhard Wiesinger In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [Qemu-devel] Compile error at master HEAD of repository (7c51c1aa03a52b9fd75ed1ade2e65d079ae4d50e) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Has been fixed with commit 0202181245297a9e847c05f4a18623219d95e93e BTW: Is also a gcc 4.6.2 issue. Thnx. Ciao, Gerhard -- http://www.wiesinger.com/ On Thu, 1 Mar 2012, Gerhard Wiesinger wrote: > Hello, > > qemu repository is not compile clean. I'm getting the following compile > erors: > CC libcacard/vcard_emul_nss.o > vcard_emul_nss.c:528:47: error: left-hand operand of comma expression has no > effect [-Werror=unused-value] > vcard_emul_nss.c:528:57: error: left-hand operand of comma expression has no > effect [-Werror=unused-value] > vcard_emul_nss.c:528:63: error: left-hand operand of comma expression has no > effect [-Werror=unused-value] > vcard_emul_nss.c:528:69: error: left-hand operand of comma expression has no > effect [-Werror=unused-value] > vcard_emul_nss.c:528:74: error: left-hand operand of comma expression has no > effect [-Werror=unused-value] > vcard_emul_nss.c:528:79: error: left-hand operand of comma expression has no > effect [-Werror=unused-value] > vcard_emul_nss.c:528:84: error: left-hand operand of comma expression has no > effect [-Werror=unused-value] > vcard_emul_nss.c:528:89: error: left-hand operand of comma expression has no > effect [-Werror=unused-value] > vcard_emul_nss.c:528:94: error: left-hand operand of comma expression has no > effect [-Werror=unused-value] > vcard_emul_nss.c:528:1: error: initializer element is not constant > vcard_emul_nss.c:528:1: error: (near initialization for .nss_atr[0].) > cc1: all warnings being treated as errors > > make[1]: *** [vcard_emul_nss.o] Error 1 > make: *** [subdir-libcacard] Error 2 > > Any ideas? > Can someone commit a fix. > > Thnx. > > Ciao, > Gerhard > > -- > http://www.wiesinger.com/ > > >