Blue Swirl 83e3f76c25 block: avoid a write only variable
Compiling with GCC 4.6.0 20100925 produced a warning:
/src/qemu/block/qcow2-refcount.c: In function 'update_refcount':
/src/qemu/block/qcow2-refcount.c:552:13: error: variable 'dummy' set but not used [-Werror=unused-but-set-variable]

Fix by adding a dummy cast so that the result is not unused.

Acked-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2010-10-13 18:38:07 +00:00
..
2010-09-18 05:53:15 +00:00
2010-09-22 14:46:33 -05:00
2010-05-17 10:20:05 +02:00
2010-05-17 10:20:04 +02:00
2010-05-22 08:02:12 +00:00
2010-05-17 10:20:05 +02:00
2010-09-21 15:39:42 +02:00
2010-05-17 10:20:05 +02:00
2010-08-03 15:57:22 +02:00