Commit 76cf0cd0 authored by Sam Lantinga's avatar Sam Lantinga

Make the compiler even happier

parent 2a8171b8
...@@ -42,7 +42,7 @@ SDL_CreateRGBSurface(Uint32 flags, ...@@ -42,7 +42,7 @@ SDL_CreateRGBSurface(Uint32 flags,
SDL_Surface *surface; SDL_Surface *surface;
/* The flags are no longer used, make the compiler happy */ /* The flags are no longer used, make the compiler happy */
flags; (void)flags;
/* Allocate the surface */ /* Allocate the surface */
surface = (SDL_Surface *) SDL_calloc(1, sizeof(*surface)); surface = (SDL_Surface *) SDL_calloc(1, sizeof(*surface));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment