From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:32896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TU1MR-0007DI-LJ for qemu-devel@nongnu.org; Thu, 01 Nov 2012 16:27:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TU1MQ-0006da-PP for qemu-devel@nongnu.org; Thu, 01 Nov 2012 16:27:31 -0400 Received: from chello084112167138.7.11.vie.surfer.at ([84.112.167.138]:41186 helo=wiesinger.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TU1MQ-0006dK-F4 for qemu-devel@nongnu.org; Thu, 01 Nov 2012 16:27:30 -0400 Message-ID: <5092DB29.7030504@wiesinger.com> Date: Thu, 01 Nov 2012 21:27:21 +0100 From: Gerhard Wiesinger MIME-Version: 1.0 References: <5055FD83.4050202@wiesinger.com> <507504D2.5020905@wiesinger.com> <5092D1E8.3070608@wiesinger.com> In-Reply-To: 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: Max Filippov Cc: Anthony Liguori , "M. Mohan Kumar" , qemu-devel@nongnu.org Hello, Yes, compiles when warnings are not treated as errors. But do we want to be only compile clean when we suppress such warnings? Also ./configure with plattform should be enough. Ciao, Gerhard On 01.11.2012 21:13, Max Filippov wrote: > On Thu, Nov 1, 2012 at 11:47 PM, Gerhard Wiesinger wrote: >> Ping again ... > Can you just configure it with --disable-werror ? IIRC it is the > default for the released > QEMU versions. > >> On 10.10.2012 07:17, Gerhard Wiesinger wrote: >>> Hello, >>> >>> Still not compile clean, also on the build servers. Who is responsibl= e 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 >>>> =91setfsgid=92, declared with attribute warn_unused_result >>>> [-Werror=3Dunused-result] >>>> fsdev/virtfs-proxy-helper.c:294:13: error: ignoring return value of >>>> =91setfsuid=92, declared with attribute warn_unused_result >>>> [-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.