mirror of
https://github.com/FunKey-Project/picofe-irixxxx.git
synced 2026-03-28 06:42:39 +01:00
fix clang warnings
so that they don't annoy me
This commit is contained in:
@@ -61,7 +61,7 @@ int in_evdev_allow_abs_only;
|
||||
#define IN_EVDEV_PREFIX "evdev:"
|
||||
|
||||
static const char * const in_evdev_keys[KEY_CNT] = {
|
||||
[0 ... KEY_MAX] = NULL,
|
||||
// [0 ... KEY_MAX] = NULL, // not necessary
|
||||
[KEY_RESERVED] = "Reserved", [KEY_ESC] = "Esc",
|
||||
[KEY_1] = "1", [KEY_2] = "2",
|
||||
[KEY_3] = "3", [KEY_4] = "4",
|
||||
|
||||
Reference in New Issue
Block a user