author | Sam Lantinga <slouken@libsdl.org> |
Sun, 09 May 2010 16:16:11 -0700 | |
changeset 4461 | 39c22a953456 |
parent 4460 | 363604b42e84 |
child 4462 | 5cb6424a5676 |
--- 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));