Jiri Denemark 1d7086c2ed qemu: Silent bogus warning about unitialized variable
GCC complaints about uninitialized use of len, which however is only
used when errors != NULL and in that case len is always initialized.
It's trivial to silence this by always initializing len.
2012-02-01 16:13:25 +01:00
..
2011-12-28 05:14:38 -07:00
2011-12-01 16:08:34 -07:00
2011-12-03 17:11:56 -07:00