Explorar el Código

Fixed build warning on Haiku

Sam Lantinga hace 9 años
padre
commit
e6e6613ca4
Se han modificado 1 ficheros con 1 adiciones y 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;