mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-16 04:04:27 +01:00
Some functions that returned void in SDL2 have become fallible in SDL3. However, these should really correspond to assertions rather than errors that need to be handled by the caller. Use assertions to explicitly ignore these return values. TODO: refs SDL issue 14223