commit | 5ffbbc67b50e71265527e97b7caa74faa0d0b7cc | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Mon Jun 14 18:55:33 2010 +0000 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Jun 15 09:42:30 2010 +0200 |
tree | 797b74061bb13def3b64ae5399019409b4e1f9ef | |
parent | bb350a5e9b961a8c3940b3451c329ff07c027aa1 [diff] |
block: fix a warning and possible truncation 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 <blauwirbel@gmail.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>