* [Qemu-devel] [5724] Fix no_frame unused warning when SDL is disabled
@ 2008-11-16 11:34 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-11-16 11:34 UTC (permalink / raw)
To: qemu-devel
Revision: 5724
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5724
Author: blueswir1
Date: 2008-11-16 11:34:07 +0000 (Sun, 16 Nov 2008)
Log Message:
-----------
Fix no_frame unused warning when SDL is disabled
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Modified Paths:
--------------
trunk/vl.c
Modified: trunk/vl.c
===================================================================
--- trunk/vl.c 2008-11-15 12:12:08 UTC (rev 5723)
+++ trunk/vl.c 2008-11-16 11:34:07 UTC (rev 5724)
@@ -209,7 +209,9 @@
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];
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-16 11:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-16 11:34 [Qemu-devel] [5724] Fix no_frame unused warning when SDL is disabled Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).