mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-01 03:54:26 +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.