From: Jan Kiszka <jan.kiszka@web.de>
To: qemu-devel <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PATCH] mingw: Do not perform string format checks
Date: Sun, 14 Jun 2009 20:05:22 +0200 [thread overview]
Message-ID: <4A353BE2.5060204@web.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 660 bytes --]
[ 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 <jan.kiszka@siemens.com>
---
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="sdl"
;;
MINGW32*)
mingw32="yes"
+OS_CFLAGS="-Wno-format"
if [ "$cpu" = "i386" ] ; then
kqemu="yes"
fi
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]
next reply other threads:[~2009-06-14 18:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-14 18:05 Jan Kiszka [this message]
2009-06-14 18:20 ` [Qemu-devel] [PATCH] mingw: Do not perform string format checks Blue Swirl
2009-06-14 18:23 ` Jan Kiszka
2009-06-14 18:46 ` Filip Navara
2009-06-14 19:43 ` Jan Kiszka
2009-06-14 20:13 ` Johannes Schindelin
2009-06-15 19:50 ` Jan Kiszka
2009-06-15 20:25 ` Anthony Liguori
2009-06-15 22:09 ` Johannes Schindelin
2009-06-15 22:43 ` Jan Kiszka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A353BE2.5060204@web.de \
--to=jan.kiszka@web.de \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.