Skip to content

Commit

Permalink
Tests require SDL 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 20, 2006
1 parent b07270f commit e8b3cbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/configure.in
Expand Up @@ -60,7 +60,7 @@ AC_SUBST(EXE)
AC_SUBST(MATHLIB)

dnl Check for SDL
SDL_VERSION=1.2.7
SDL_VERSION=1.2.10
AM_PATH_SDL($SDL_VERSION,
:,
AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])
Expand Down
4 changes: 1 addition & 3 deletions test/testtypes.c
@@ -1,9 +1,7 @@

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "SDL_main.h"
#include "SDL_types.h"
#include "SDL_stdinc.h"

/*
* Watcom C flags these as Warning 201: "Unreachable code" if you just
Expand Down

0 comments on commit e8b3cbc

Please sign in to comment.