From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M1mI2-0002AI-1k for qemu-devel@nongnu.org; Wed, 06 May 2009 14:56:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1mHw-00028r-U0 for qemu-devel@nongnu.org; Wed, 06 May 2009 14:56:21 -0400 Received: from [199.232.76.173] (port=47214 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1mHw-00028o-OR for qemu-devel@nongnu.org; Wed, 06 May 2009 14:56:16 -0400 Received: from main.gmane.org ([80.91.229.2]:46241 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M1mHw-0002jM-8D for qemu-devel@nongnu.org; Wed, 06 May 2009 14:56:16 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1M1mHp-0004qR-Pp for qemu-devel@nongnu.org; Wed, 06 May 2009 18:56:10 +0000 Received: from 204.147.152.1 ([204.147.152.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 May 2009 18:56:09 +0000 Received: from void by 204.147.152.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 May 2009 18:56:09 +0000 From: Consul Date: Wed, 06 May 2009 11:55:57 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: Sender: news Subject: [Qemu-devel] Re: Silence passing arg x of `xxxx' from incompatible pointer type warnings on Windows List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Johannes Schindelin wrote: > Hi, > > On Mon, 4 May 2009, Consul wrote: > >> Silence "passing arg x of `xxxx' from incompatible pointer type" >> warnings on Windows. > > Umm, I think you need to be a bit more specific which compiler you are > using. For example, I imagine that this issue just goes away if you use > TDM-GCC 4.4.0-2. > > Ciao, > Dscho > > > gcc.exe (GCC) 3.4.2 (mingw-special) I have not tried TDM-GCC 4.4.0. Does it have these types of warnings fixed? There is a lot of those produced by 4.3.3-tdm-1 mingw32 block.c:1254: warning: format '%I64d' expects type 'int', but argument 4 has type 'int64_t' Thanks, Alex