Am 14.06.2010 20:55, schrieb Blue Swirl:
> Fix a warning from OpenBSD gcc (3.3.5 (propolice)):
> /src/qemu/block.c: In function `bdrv_info_stats_bs':
> /src/qemu/block.c:1548: warning: long long int format, long unsigned
> int arg (arg 6)
> 
> There may be also truncation effects.
> 
> Signed-off-by: Blue Swirl <blauwir...@gmail.com>

Thanks, applied to the block branch.

But why is this even needed? wr_highest_sector is already uint64_t, so
wouldn't you expect the result to be uint64_t, too?

Kevin

Reply via email to