qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] mingw: Do not perform string format checks
@ 2009-06-14 18:05 Jan Kiszka
  2009-06-14 18:20 ` Blue Swirl
  0 siblings, 1 reply; 10+ messages in thread
From: Jan Kiszka @ 2009-06-14 18:05 UTC (permalink / raw)
  To: qemu-devel

[-- 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 --]

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-06-15 22:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-14 18:05 [Qemu-devel] [PATCH] mingw: Do not perform string format checks Jan Kiszka
2009-06-14 18:20 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).