Re: [Qemu-devel] [PATCH] vl: fix compilation without SDL

2013-06-14 Thread Stefan Weil
Am 14.06.2013 20:12, schrieb Vincent Stehlé: > Fix the following error, which happens when CONFIG_SDL is not defined: > > vl.c: In function ‘main’: > vl.c:3528:17: error: ‘no_frame’ undeclared (first use in this function) > vl.c:3528:17: note: each undeclared identifier is reported only once

[Qemu-devel] [PATCH] vl: fix compilation without SDL

2013-06-14 Thread Vincent Stehlé
Fix the following error, which happens when CONFIG_SDL is not defined: vl.c: In function ‘main’: vl.c:3528:17: error: ‘no_frame’ undeclared (first use in this function) vl.c:3528:17: note: each undeclared identifier is reported only once for each function it appears in Protect code accessi