Skip to content
Snippets Groups Projects
user avatar
Stefan Hajnoczi authored
The gcc 4.1.2 compiler warns that delay_ns may be uninitialized in
mirror_iteration().

There are two break statements in the do ... while loop that skip over
the delay_ns assignment.  These are probably the cause of the warning.

Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: default avatarBenoît Canet <benoit.canet@nodalink.com>
6d0de8eb
History
Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team