Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Message-id: [email protected] Reviewed-by: Stefan Weil <[email protected]> Signed-off-by: Peter Maydell <[email protected]>
- Loading branch information