Browse Source

Fixed build warning on Haiku

Sam Lantinga 8 years ago
parent
commit
e6e6613ca4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/joystick/haiku/SDL_haikujoystick.cc

+ 1 - 1
src/joystick/haiku/SDL_haikujoystick.cc

@@ -178,7 +178,7 @@ extern "C"
         };
 
         BJoystick *stick;
-        int i, change;
+        int i;
         int16 *axes;
         uint8 *hats;
         uint32 buttons;