qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] backends/baum.c: Fix compilation when SDL is no


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] backends/baum.c: Fix compilation when SDL is not available.
Date: Mon, 24 Mar 2014 18:49:37 +0000

On 21 March 2014 21:29, Richard W.M. Jones <address@hidden> wrote:
> backends/baum.c: In function ‘chr_baum_init’:
> backends/baum.c:569:64: error: missing binary operator before token "("
>  #if defined(CONFIG_SDL) && SDL_COMPILEDVERSION < SDL_VERSIONNUM(2, 0, 0)
>                                                                 ^
> backends/baum.c:598:64: error: missing binary operator before token "("
>  #if defined(CONFIG_SDL) && SDL_COMPILEDVERSION < SDL_VERSIONNUM(2, 0, 0)
>
> Signed-off-by: Richard W.M. Jones <address@hidden>

Applied to master as a buildfix.

thanks
-- PMM



reply via email to

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