Files
scrcpy/app
Romain Vimont ae47396e27 Explicitly ignore useless SDL3 API return values
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
2025-10-12 16:58:04 +02:00
..
2025-07-17 13:20:45 +02:00
2025-10-12 16:57:47 +02:00
2025-09-23 21:18:45 +02:00