mirror of https://github.com/encounter/SDL.git
Fixed build warning on Haiku
This commit is contained in:
parent
4938c5054e
commit
e6e6613ca4
|
@ -178,7 +178,7 @@ extern "C"
|
|||
};
|
||||
|
||||
BJoystick *stick;
|
||||
int i, change;
|
||||
int i;
|
||||
int16 *axes;
|
||||
uint8 *hats;
|
||||
uint32 buttons;
|
||||
|
|
Loading…
Reference in New Issue