Fixed warning building on iOS

main
Sam Lantinga 2023-02-22 21:52:56 -08:00
parent 6c9e199f73
commit bff307c4b2
1 changed files with 2 additions and 0 deletions

View File

@ -272,6 +272,8 @@ static BOOL IOS_AddMFIJoystickDevice(SDL_JoystickDeviceItem *device, GCControlle
/* The HIDAPI driver is taking care of this device */
return FALSE;
}
#else
(void)is_stadia;
#endif
/* These buttons are part of the original MFi spec */