From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MFuKC-00021I-Et for qemu-devel@nongnu.org; Sun, 14 Jun 2009 14:21:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MFuK9-00020x-04 for qemu-devel@nongnu.org; Sun, 14 Jun 2009 14:21:00 -0400 Received: from [199.232.76.173] (port=46267 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFuK8-00020s-Nr for qemu-devel@nongnu.org; Sun, 14 Jun 2009 14:20:56 -0400 Received: from mail-bw0-f223.google.com ([209.85.218.223]:33078) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MFuK8-0005jY-Ew for qemu-devel@nongnu.org; Sun, 14 Jun 2009 14:20:56 -0400 Received: by bwz23 with SMTP id 23so2621938bwz.34 for ; Sun, 14 Jun 2009 11:20:55 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4A353BE2.5060204@web.de> References: <4A353BE2.5060204@web.de> Date: Sun, 14 Jun 2009 21:20:54 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH] mingw: Do not perform string format checks From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel On 6/14/09, Jan Kiszka wrote: > [ I can't check the situation with cygwin, so this is mingw-only. ] > > gcc still does not support the Windows-specific format string modifier > "I64". Therefore, it makes no sense to check for format string > correctness and generate tons of false positives. I don't have this problem, currently mingw builds with zero warnings for me. But I didn't enable automatic -Werror flag for mingw just because I guessed this would happen. What's the gcc version you're using?