# HG changeset patch # User Sam Lantinga # Date 1273446971 25200 # Node ID 39c22a953456f6c9e2c8993c8ff973824104102a # Parent 363604b42e84abac7c765c59a42b6cd08f56b3c7 Make the compiler even happier diff -r 363604b42e84 -r 39c22a953456 src/video/SDL_surface.c --- 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));