]> git.proxmox.com Git - qemu.git/commit
block: Use GCC_FMT_ATTR and fix a format error
authorStefan Weil <weil@mail.berlios.de>
Fri, 24 Sep 2010 19:02:05 +0000 (21:02 +0200)
committerKevin Wolf <kwolf@redhat.com>
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 <blauwirbel@gmail.com>
Cc: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/blkverify.c