Ver Fonte

Fixed build warning on Haiku

Sam Lantinga há 9 anos atrás
pai
commit
e6e6613ca4
1 ficheiros alterados com 1 adições e 1 exclusões
  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;