diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-16 11:34:07 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-16 11:34:07 +0000 |
commit | 634a21f6041733a33bb2ff0987335f1b33f51dff (patch) | |
tree | 714f44953f748f680fb65039563d742c941388f5 /vl.c | |
parent | da80682b4220712d65af5ba041e2d7411d98d528 (diff) |
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
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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]; |