qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] eepro100: Fix format strings in debug messages


From: Reimar Döffinger
Subject: Re: [Qemu-devel] [PATCH] eepro100: Fix format strings in debug messages
Date: Sat, 19 Sep 2009 12:48:53 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Sat, Sep 19, 2009 at 12:37:51PM +0200, Stefan Weil wrote:
> size_t arguments need %zu instead of %d.
> 
> This patch is a step to synchronize my maintainer version
> of eepro100.c (git://repo.or.cz/qemu/ar7.git) with the
> version integrated in QEMU.

MinGW probably won't know about "zu". Casting size to uint64_t and using
PRIu64 would be an option, as well as just ignoring MinGW.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]