From eee2bcca85a0ef7814a43c9067f801144b30cef1 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Wed, 25 Dec 2013 00:04:31 +0100 Subject: [PATCH] Fixed unused local variable warning in test program source. --- test/controllermap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/controllermap.c b/test/controllermap.c index c17f17c39..08b85a73a 100644 --- a/test/controllermap.c +++ b/test/controllermap.c @@ -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];