qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] e279e2: backends/baum.c: Fix compilation when


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] e279e2: backends/baum.c: Fix compilation when SDL is not a...
Date: Mon, 24 Mar 2014 12:00:07 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: e279e252ac7ea99b58eaf20d0aec4288de0386bb
      
https://github.com/qemu/qemu/commit/e279e252ac7ea99b58eaf20d0aec4288de0386bb
  Author: Richard W.M. Jones <address@hidden>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M backends/baum.c

  Log Message:
  -----------
  backends/baum.c: Fix compilation when SDL is not available.

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>
Message-id: address@hidden
Reviewed-by: Stefan Weil <address@hidden>
Signed-off-by: Peter Maydell <address@hidden>



reply via email to

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