Re: [Qemu-devel] [PATCH] vl: Fix compile issue with Werror option

2013-12-21 Thread Markus Armbruster
Mike Qiu writes: > Currently, if compile with Werror option, the error message shows > below: > > GEN config-host.h > GEN trace/generated-tracers.h > CHK version_gen.h > GEN trace/generated-tracers.c > CCvl.o > vl.c: In function ‘get_boot_devices_list’: > vl.c:1257:21: e

[Qemu-devel] [PATCH] vl: Fix compile issue with Werror option

2013-12-19 Thread Mike Qiu
Currently, if compile with Werror option, the error message shows below: GEN config-host.h GEN trace/generated-tracers.h CHK version_gen.h GEN trace/generated-tracers.c CCvl.o vl.c: In function ‘get_boot_devices_list’: vl.c:1257:21: error: ‘bootpath’ may be used uninitial