Browse Source

Fixed build warning on Haiku

Sam Lantinga 9 năm trước cách đây
mục cha
commit
e6e6613ca4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;