]> Git Repo - qemu.git/commit
block: Use GCC_FMT_ATTR and fix a format error
authorStefan Weil <[email protected]>
Fri, 24 Sep 2010 19:02:05 +0000 (21:02 +0200)
committerKevin Wolf <[email protected]>
Fri, 22 Oct 2010 12:49:35 +0000 (14:49 +0200)
commita77cffe7e916f4dd28f2048982ea2e0d98143b11
treef577912f7ee2f342a4b8719e8e7372effb7618ed
parent191c2890ddc9626d35c9e432494e1699a8181025
block: Use GCC_FMT_ATTR and fix a format error

Adding the gcc format attribute detects a format bug
which is fixed here.

v2:
Don't use type cast. BDRV_SECTOR_SIZE is unsigned long long,
so %lld should be the correct format specifier.

Cc: Blue Swirl <[email protected]>
Cc: Kevin Wolf <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/blkverify.c
This page took 0.025403 seconds and 4 git commands to generate.