Am 14.06.2010 um 20:55 schrieb Blue Swirl <[email protected]>:
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 <[email protected]> --- Alternatively 'ULL' prefix could be appended to BDRV_SECTOR_SIZE definition but that may have other side effects.
... Which are probably wanted. If there are more truncations, we want to catch them early, no?
Alex
