diff src/video/SDL_surface.c @ 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 f7b03b6838cb
children 2cd7bb613a83
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));