Re: [Qemu-devel] "Enable _FORTIFY_SOURCE=2" result in building failure for qemu-img.c

2010-02-04 Thread Markus Armbruster
Jamie Lokier writes: > Sheng Yang wrote: >> printf("qemu-img version " QEMU_VERSION ", Copyright (c) 2004-2008 >> Fabrice >> Bellard\n" >>"usage: qemu-img command [command options]\n" >>"QEMU disk image utility\n" >>"\n" >>"Command syntax:\n"

Re: [Qemu-devel] "Enable _FORTIFY_SOURCE=2" result in building failure for qemu-img.c

2010-02-04 Thread Jamie Lokier
Sheng Yang wrote: > printf("qemu-img version " QEMU_VERSION ", Copyright (c) 2004-2008 > Fabrice > Bellard\n" >"usage: qemu-img command [command options]\n" >"QEMU disk image utility\n" >"\n" >"Command syntax:\n" > #define DEF(option, callback,

[Qemu-devel] "Enable _FORTIFY_SOURCE=2" result in building failure for qemu-img.c

2010-02-03 Thread Sheng Yang
Got this building failure: In file included from qemu-img.c:68: qemu-img-cmds.h:22:1: error: unterminated argument list invoking macro "printf"