Commit 634a21f6041733a33bb2ff0987335f1b33f51dff

Authored by blueswir1
1 parent da80682b

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
Showing 1 changed file with 2 additions and 0 deletions
... ... @@ -209,7 +209,9 @@ int graphic_height = 600;
209 209 int graphic_depth = 15;
210 210 #endif
211 211 static int full_screen = 0;
  212 +#ifdef CONFIG_SDL
212 213 static int no_frame = 0;
  214 +#endif
213 215 int no_quit = 0;
214 216 CharDriverState *serial_hds[MAX_SERIAL_PORTS];
215 217 CharDriverState *parallel_hds[MAX_PARALLEL_PORTS];
... ...