mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-11 09:44:28 +01:00
In the Android input header file, an enum has a value taking more than
31 bits, leading to the following warning:
ISO C restricts enumerator values to range of ‘int’
Since we don't use it, remove it.