libevdev/libevdev
Peter Hutterer 0309ca0ee5 Ignore -Woverride-init in event-names.h
Having the declarations in the form of [0...EV_MAX] = NULL together
with the actual definitions causes warnings for every true definition if
-Woverride-init is enabled.

We can drop them for most as they're zero, but still need them for
ev_max (which defaults to -1), not zero. So use the GCC pragma to
disable the warnings for this file.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-08-29 11:36:20 +10:00
..
libevdev-int.h Add support for EV_SW 2013-08-29 11:13:47 +10:00
libevdev-util.h Add the remaining ev bits 2013-06-26 17:47:28 +10:00
libevdev.c Add support for EV_SW 2013-08-29 11:13:47 +10:00
libevdev.h Rename enums to match lower_case format 2013-08-26 09:52:34 +10:00
make-event-names.py Ignore -Woverride-init in event-names.h 2013-08-29 11:36:20 +10:00
Makefile.am Fix distcheck 2013-06-27 10:41:54 +10:00