qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5724] Fix no_frame unused warning when SDL is disabled


From: Blue Swirl
Subject: [Qemu-devel] [5724] Fix no_frame unused warning when SDL is disabled
Date: Sun, 16 Nov 2008 11:34:08 +0000

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 <address@hidden>

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];






reply via email to

[Prev in Thread] Current Thread [Next in Thread]