qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [PATCH] w64: Fix compiler warnings (wrong format spec


From: Stefan Hajnoczi
Subject: Re: [Qemu-trivial] [PATCH] w64: Fix compiler warnings (wrong format specifier)
Date: Fri, 19 Apr 2013 11:38:14 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Sat, Apr 13, 2013 at 10:45:50PM +0200, Stefan Weil wrote:
> GetLastError() returns a DWORD value which is unsigned long,
> so the correct format specifier is %lu.
> 
> Signed-off-by: Stefan Weil <address@hidden>
> ---
> 
> Debian's w32 cross compiler does not complain about the wrong
> specifiers, but the w64 cross compiler does.
> 
> I'm sorry that I did not notice this before sending the pull
> request.
> 
> 
>  cpus.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches

Stefan



reply via email to

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