[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Mingw GCC not recognising printf format "%I64u"
From: |
Jamie Lokier |
Subject: |
[Qemu-devel] Mingw GCC not recognising printf format "%I64u" |
Date: |
Thu, 29 Jan 2009 06:21:55 +0000 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Anthony Liguori wrote:
> Consul wrote:
> >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'
>
> I'd rather see the warning fixed (by switching to PRIu64) than to have
> the warnings disabled.
Since that's in code for Windows, I'd rather see mingw's GCC fixed
to recognise %I64u, since that's fine Windows code.
Cc'd to mingw-users list for that reason.
-- Jamie
- [Qemu-devel] [PATCH] Silence half of warnings in MinGW, Consul, 2009/01/28
- 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 <=
- 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
- [Qemu-devel] Re: Mingw GCC not recognising printf format "%I64u", Consul, 2009/01/29
- Re: [Qemu-devel] Re: Mingw GCC not recognising printf format "%I64u", Anthony Liguori, 2009/01/29