Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mirror: fix uninitialized variable delay_ns warnings
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: Stefan Hajnoczi <[email protected]> Reviewed-by: Benoît Canet <[email protected]>
- Loading branch information