Skip to content

Commit

Permalink
Fixed VC2005 compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 30, 2009
1 parent 4995afe commit 8325061
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions showimage.c
Expand Up @@ -80,7 +80,9 @@ int main(int argc, char *argv[])
SDL_Surface *screen, *image;
int i, depth, done;
SDL_Event event;
#if 0
SDL_RWops* rw_ops;
#endif

/* Check command line usage */
if ( ! argv[1] ) {
Expand Down

0 comments on commit 8325061

Please sign in to comment.