From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQFwx-0006DI-Gw for qemu-devel@nongnu.org; Fri, 14 Aug 2015 10:27:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZQFwt-0007xq-Vk for qemu-devel@nongnu.org; Fri, 14 Aug 2015 10:27:15 -0400 Received: from mail-vk0-f51.google.com ([209.85.213.51]:33909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQFwt-0007x9-SU for qemu-devel@nongnu.org; Fri, 14 Aug 2015 10:27:11 -0400 Received: by vkhl6 with SMTP id l6so29916141vkh.1 for ; Fri, 14 Aug 2015 07:27:10 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <55CDF95A.2030908@redhat.com> References: <1439557397-26661-1-git-send-email-pbonzini@redhat.com> <55CDF95A.2030908@redhat.com> From: Peter Maydell Date: Fri, 14 Aug 2015 15:26:51 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL v2 00/20] SCSI, build, TCG, RCU, misc patches for 2015-08-12 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: QEMU Developers On 14 August 2015 at 15:21, Paolo Bonzini wrote: > > > On 14/08/2015 15:53, Peter Maydell wrote: >> Hi; I'm afraid this failed to build on my w32 config: >> >> /home/petmay01/linaro/qemu-for-merges/block/dmg.c:1: warning: -fPIC >> ignored for target (all code is position independent) >> >> (I have warnings-are-errors enabled.) > > This is a very weird warning, also warnings-are-errors does not build > for me with Win32. I agree it's a bit weird, but there it is. Even if we don't have warnings-as-errors we don't want a warning line for every .c-to-.o compilation... I think some mingw setups still emit warnings, but I've been able to get to the point with the setup I use for build tests where I can build with -Werror in the --extra-cflags string. -- PMM