[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] Silence half of warnings in MinGW
From: |
Consul |
Subject: |
[Qemu-devel] [PATCH] Silence half of warnings in MinGW |
Date: |
Wed, 28 Jan 2009 11:43:00 -0800 |
User-agent: |
Thunderbird 2.0.0.19 (Windows/20081209) |
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 <address@hidden>
--- 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"
- [Qemu-devel] [PATCH] Silence half of warnings in MinGW,
Consul <=
- Re: [Qemu-devel] [PATCH] Silence half of warnings in MinGW, Anthony Liguori, 2009/01/28
- [Qemu-devel] Mingw GCC not recognising printf format "%I64u", Jamie Lokier, 2009/01/29
- Re: [Qemu-devel] Mingw GCC not recognising printf format "%I64u", Jamie Lokier, 2009/01/29
- Re: [Qemu-devel] Mingw GCC not recognising printf format "%I64u", François Revol, 2009/01/29
- Re: [Qemu-devel] Mingw GCC not recognising printf format "%I64u", Anthony Liguori, 2009/01/29
- Re: [Qemu-devel] Mingw GCC not recognising printf format "%I64u", Jamie Lokier, 2009/01/29
- Re: [Qemu-devel] Mingw GCC not recognising printf format "%I64u", Anthony Liguori, 2009/01/29
- [Qemu-devel] Re: Mingw GCC not recognising printf format "%I64u", Consul, 2009/01/29
- Re: [Qemu-devel] Mingw GCC not recognising printf format "%I64u", Jamie Lokier, 2009/01/29
- Re: [Qemu-devel] Mingw GCC not recognising printf format "%I64u", Anthony Liguori, 2009/01/29