From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLogW-0001Hj-Jn for qemu-devel@nongnu.org; Wed, 10 Oct 2012 01:18:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLogV-0001I3-MJ for qemu-devel@nongnu.org; Wed, 10 Oct 2012 01:18:20 -0400 Received: from chello084112167138.7.11.vie.surfer.at ([84.112.167.138]:51308 helo=wiesinger.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLogV-0000fg-Bp for qemu-devel@nongnu.org; Wed, 10 Oct 2012 01:18:19 -0400 Message-ID: <507504D2.5020905@wiesinger.com> Date: Wed, 10 Oct 2012 07:17:06 +0200 From: Gerhard Wiesinger MIME-Version: 1.0 References: <5055FD83.4050202@wiesinger.com> In-Reply-To: <5055FD83.4050202@wiesinger.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Compile error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "M. Mohan Kumar" Hello, Still not compile clean, also on the build servers. Who is responsible=20 for the fix? Ciao, Gerhard On 16.09.2012 18:25, Gerhard Wiesinger wrote: > Hello, > > qemu is currently not compile clean on Fedora 17: > > CC fsdev/virtfs-proxy-helper.o > fsdev/virtfs-proxy-helper.c: In function =91setfsugid=92: > fsdev/virtfs-proxy-helper.c:293:13: error: ignoring return value of=20 > =91setfsgid=92, declared with attribute warn_unused_result=20 > [-Werror=3Dunused-result] > fsdev/virtfs-proxy-helper.c:294:13: error: ignoring return value of=20 > =91setfsuid=92, declared with attribute warn_unused_result=20 > [-Werror=3Dunused-result] > cc1: all warnings being treated as errors > make: *** [fsdev/virtfs-proxy-helper.o] Error 1 > > gcc --version > gcc (GCC) 4.7.0 20120507 (Red Hat 4.7.0-5) > > Please fix it. > > Ciao, > Gerhard > >