* [Qemu-devel] [PATCH] fix no_frame unused warning when SDL is disable
@ 2008-11-15 22:57 Jean-Christophe PLAGNIOL-VILLARD
2008-11-16 11:35 ` Blue Swirl
0 siblings, 1 reply; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-11-15 22:57 UTC (permalink / raw)
To: qemu-devel; +Cc: Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
diff --git a/vl.c b/vl.c
index 5f747cf..01d57d4 100644
--- a/vl.c
+++ b/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];
--
1.5.6.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] fix no_frame unused warning when SDL is disable
2008-11-15 22:57 [Qemu-devel] [PATCH] fix no_frame unused warning when SDL is disable Jean-Christophe PLAGNIOL-VILLARD
@ 2008-11-16 11:35 ` Blue Swirl
0 siblings, 0 replies; 2+ messages in thread
From: Blue Swirl @ 2008-11-16 11:35 UTC (permalink / raw)
To: qemu-devel; +Cc: Jean-Christophe PLAGNIOL-VILLARD
On 11/16/08, Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
>
> diff --git a/vl.c b/vl.c
> index 5f747cf..01d57d4 100644
> --- a/vl.c
> +++ b/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];
Thanks, applied as r5724. Actually I had an identical fix waiting for merging.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-16 11:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-15 22:57 [Qemu-devel] [PATCH] fix no_frame unused warning when SDL is disable Jean-Christophe PLAGNIOL-VILLARD
2008-11-16 11:35 ` 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).