Explorar o código

Fixed build warning on Haiku

Sam Lantinga %!s(int64=9) %!d(string=hai) anos
pai
achega
e6e6613ca4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;