Mercurial > sdl-ios-xcode
changeset 4461:39c22a953456 pre-touch-removal
Make the compiler even happier
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 09 May 2010 16:16:11 -0700 |
parents | 363604b42e84 |
children | 5cb6424a5676 |
files | src/video/SDL_surface.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/SDL_surface.c Sun May 09 16:15:14 2010 -0700 +++ b/src/video/SDL_surface.c Sun May 09 16:16:11 2010 -0700 @@ -42,7 +42,7 @@ SDL_Surface *surface; /* The flags are no longer used, make the compiler happy */ - flags; + (void)flags; /* Allocate the surface */ surface = (SDL_Surface *) SDL_calloc(1, sizeof(*surface));