Skip to content

Commit

Permalink
Fixed unused local variable warning in test program source.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Dec 24, 2013
1 parent 9285537 commit 36cbd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllermap.c
Expand Up @@ -114,7 +114,7 @@ WatchJoystick(SDL_Joystick * joystick)
SDL_bool done = SDL_FALSE, next=SDL_FALSE;
SDL_Event event;
SDL_Rect dst;
int i, s, _s;
int s, _s;
Uint8 alpha=200, alpha_step = -1;
Uint32 alpha_ticks;
char mapping[4096], temp[4096];
Expand Down

0 comments on commit 36cbd50

Please sign in to comment.