qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Silence half of warnings in MinGW
@ 2009-01-28 19:43 Consul
  2009-01-28 21:50 ` Anthony Liguori
  0 siblings, 1 reply; 13+ messages in thread
From: Consul @ 2009-01-28 19:43 UTC (permalink / raw)
  To: qemu-devel

This patch suppresses a lot of mingw warnings like
qemu-img.c:288: warning: format '%I64u' expects type 'unsigned int', but 
argument 2 has type 'uint64_t'

signed-off-by: Alex Ivanov <void@aleksoft.net>

--- configure   (revision 6466)
+++ configure   (working copy)
@@ -573,6 +573,7 @@
  if test "$mingw32" = "yes" ; then
      linux="no"
      EXESUF=".exe"
+    CFLAGS+=" -Wno-format"
      oss="no"
      linux_user="no"
      bsd_user="no"

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

end of thread, other threads:[~2009-01-29 20:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-28 19:43 [Qemu-devel] [PATCH] Silence half of warnings in MinGW Consul
2009-01-28 21:50 ` Anthony Liguori
2009-01-29  6:21   ` [Qemu-devel] Mingw GCC not recognising printf format "%I64u" Jamie Lokier
2009-01-29  6:28     ` Jamie Lokier
2009-01-29  7:42       ` François Revol
2009-01-29 13:36         ` Anthony Liguori
2009-01-29 13:55           ` Jamie Lokier
2009-01-29 15:00             ` Anthony Liguori
2009-01-29 18:34               ` [Qemu-devel] " Consul
2009-01-29 18:42               ` [Qemu-devel] " Jamie Lokier
2009-01-29 19:50                 ` Anthony Liguori
2009-01-29 20:44                   ` [Qemu-devel] " Consul
2009-01-29 20:56                     ` Anthony Liguori

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).