qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH] block: avoid a warning on 64 bit hosts with lon


From: Kevin Wolf
Subject: [Qemu-devel] Re: [PATCH] block: avoid a warning on 64 bit hosts with long as int64_t
Date: Tue, 02 Nov 2010 16:05:52 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100907 Fedora/3.0.7-1.fc12 Thunderbird/3.0.7

Am 30.10.2010 18:46, schrieb Blue Swirl:
> When building on a 64 bit host which uses 'long' for int64_t,
> GCC emits a warning:
>   CC    block/blkverify.o
> /src/qemu/block/blkverify.c: In function `blkverify_verify_readv':
> /src/qemu/block/blkverify.c:304: warning: long long int format, long
> unsigned int arg (arg 3)
> 
> Rework a77cffe7e916f4dd28f2048982ea2e0d98143b11 to avoid the warning.
> 
> Signed-off-by: Blue Swirl <address@hidden>

Thanks, applied to the block branch.

Kevin



reply via email to

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