Fixed warning building on iOS

This commit is contained in:
Sam Lantinga
2023-02-22 21:52:56 -08:00
parent 6c9e199f73
commit bff307c4b2

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 */