Am 08.10.2010 23:23, schrieb Blue Swirl: > 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. > > Signed-off-by: Blue Swirl <blauwir...@gmail.com>
Acked-by: Kevin Wolf <kw...@redhat.com>