mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Fix no_frame unused warning when SDL is disabled
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5724 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
da80682b42
commit
634a21f604
1 changed files with 2 additions and 0 deletions
2
vl.c
2
vl.c
|
@ -209,7 +209,9 @@ int graphic_height = 600;
|
|||
int graphic_depth = 15;
|
||||
#endif
|
||||
static int full_screen = 0;
|
||||
#ifdef CONFIG_SDL
|
||||
static int no_frame = 0;
|
||||
#endif
|
||||
int no_quit = 0;
|
||||
CharDriverState *serial_hds[MAX_SERIAL_PORTS];
|
||||
CharDriverState *parallel_hds[MAX_PARALLEL_PORTS];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue