From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MFu5H-0000vL-OQ for qemu-devel@nongnu.org; Sun, 14 Jun 2009 14:05:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MFu5D-0000t1-7f for qemu-devel@nongnu.org; Sun, 14 Jun 2009 14:05:35 -0400 Received: from [199.232.76.173] (port=33482 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFu5D-0000ss-4z for qemu-devel@nongnu.org; Sun, 14 Jun 2009 14:05:31 -0400 Received: from fmmailgate01.web.de ([217.72.192.221]:54732) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MFu5C-0003iY-Lm for qemu-devel@nongnu.org; Sun, 14 Jun 2009 14:05:30 -0400 Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate01.web.de (Postfix) with ESMTP id 90E9C1059568A for ; Sun, 14 Jun 2009 20:05:29 +0200 (CEST) Received: from [92.74.59.174] (helo=[192.168.1.10]) by smtp08.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #277) id 1MFu5B-0006Gx-00 for qemu-devel@nongnu.org; Sun, 14 Jun 2009 20:05:29 +0200 Message-ID: <4A353BE2.5060204@web.de> Date: Sun, 14 Jun 2009 20:05:22 +0200 From: Jan Kiszka MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig1A0146221A224DE56E065987" Sender: jan.kiszka@web.de Subject: [Qemu-devel] [PATCH] mingw: Do not perform string format checks List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1A0146221A224DE56E065987 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable [ 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. Signed-off-by: Jan Kiszka --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 85bc598..aa586bd 100755 --- a/configure +++ b/configure @@ -223,6 +223,7 @@ audio_possible_drivers=3D"sdl" ;; MINGW32*) mingw32=3D"yes" +OS_CFLAGS=3D"-Wno-format" if [ "$cpu" =3D "i386" ] ; then kqemu=3D"yes" fi --------------enig1A0146221A224DE56E065987 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAko1O+IACgkQniDOoMHTA+n40ACeKmtSHGShKlrdhTVYdV4kqGtN 7aAAn3WRdfmuLLtUWchNegWqVxrFj+Gd =Ht6T -----END PGP SIGNATURE----- --------------enig1A0146221A224DE56E065987--