mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Don't memset SEvent directly (#15359)
Fixes a compiler warning by manually zeroing the tag and the largest union member instead
This commit is contained in:
@@ -1581,7 +1581,6 @@ bool CIrrDeviceLinux::activateJoysticks(core::array<SJoystickInfo> &joystickInfo
|
||||
fcntl(info.fd, F_SETFL, O_NONBLOCK);
|
||||
#endif
|
||||
|
||||
(void)memset(&info.persistentData, 0, sizeof(info.persistentData));
|
||||
info.persistentData.EventType = irr::EET_JOYSTICK_INPUT_EVENT;
|
||||
info.persistentData.JoystickEvent.Joystick = ActiveJoysticks.size();
|
||||
|
||||
|
Reference in New Issue
Block a user