qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] fix no_frame unused warning when SDL is disable


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH] fix no_frame unused warning when SDL is disable
Date: Sun, 16 Nov 2008 13:35:03 +0200

On 11/16/08, Jean-Christophe PLAGNIOL-VILLARD <address@hidden> wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <address@hidden>
>
>  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.




reply via email to

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