From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQFv4-0004Er-Mf for qemu-devel@nongnu.org; Fri, 14 Aug 2015 10:25:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZQFv1-0007Ev-H2 for qemu-devel@nongnu.org; Fri, 14 Aug 2015 10:25:18 -0400 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:37523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQFv1-0007ET-AC for qemu-devel@nongnu.org; Fri, 14 Aug 2015 10:25:15 -0400 Received: by wibhh20 with SMTP id hh20so22675035wib.0 for ; Fri, 14 Aug 2015 07:25:14 -0700 (PDT) Sender: Paolo Bonzini References: <1439557397-26661-1-git-send-email-pbonzini@redhat.com> <55CDF95A.2030908@redhat.com> From: Paolo Bonzini Message-ID: <55CDFA48.5050804@redhat.com> Date: Fri, 14 Aug 2015 16:25:12 +0200 MIME-Version: 1.0 In-Reply-To: <55CDF95A.2030908@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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: Peter Maydell Cc: QEMU Developers On 14/08/2015 16: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. Having googled about it, I will have to submit v3. The warning is totally idiotic, to the point that I might make an exception to the usual "attack code, not people" rule. Paolo