The build took 00h 01m 33s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
1,237 |
sh |
1,075 |
ansic |
737 |
makefile |
3,049 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
To avoid scrolling, you may jump to the last line of the
invocation of makepkg that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
Copied permanent toolchain into container-local sysroot
/toolchain_root/sysroot --> /sysroot/sysroot/toolchain_root/lib --> /sysroot/lib/toolchain_root/sbin --> /sysroot/sbin/toolchain_root/lib64 --> /sysroot/lib64/toolchain_root/etc --> /sysroot/etc/toolchain_root/share --> /sysroot/share/toolchain_root/bin --> /sysroot/bin/toolchain_root/var --> /sysroot/var/toolchain_root/usr --> /sysroot/usr/toolchain_root/glibc-build --> /sysroot/glibc-build/toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu/toolchain_root/include --> /sysroot/include/toolchain_root/libexec --> /sysroot/libexecCMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: evtest 1.33-2 (Thu Apr 13 19:30:19 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> Installing missing dependencies...resolving dependencies...looking for conflicting packages...Packages (1) xmlto-0.0.28-1Total Installed Size: 0.12 MiB:: Proceed with installation? [Y/n] checking keyring...checking package integrity...loading package files...checking for file conflicts...checking available disk space...:: Processing package changes...installing xmlto...:: Running post-transaction hooks...(1/1) Updating manpage index...==> WARNING: Using existing $srcdir/ tree==> Starting build()...autoreconf: Entering directory `.'autoreconf: configure.ac: not using Gettextautoreconf: running: aclocal autoreconf: configure.ac: tracingautoreconf: configure.ac: not using Libtoolautoreconf: running: /usr/bin/autoconfautoreconf: running: /usr/bin/autoheaderautoreconf: running: automake --add-missing --copy --no-forceUnescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.configure.ac:6: installing './compile'configure.ac:3: installing './install-sh'configure.ac:3: installing './missing'Makefile.am: installing './depcomp'autoreconf: Leaving directory `.'checking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for a thread-safe mkdir -p... /usr/bin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether make supports nested variables... yeschecking for gcc... clangchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether clang accepts -g... yeschecking for clang option to accept ISO C89... none neededchecking whether clang understands -c and -o together... yeschecking for style of include used by make... GNUchecking dependency style of clang... gcc3checking for pkg-config... /usr/bin/pkg-configchecking pkg-config is at least version 0.9.0... yeschecking for xsltproc... /usr/bin/xsltprocchecking for xmlto... /usr/bin/xmltochecking for asciidoc... /usr/bin/asciidocchecking that generated files are newer than configure... doneconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating config.hconfig.status: executing depfiles commandschecking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for x86_64-unknown-linux-strip... nochecking for strip... stripchecking for a thread-safe mkdir -p... /usr/bin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether make supports nested variables... yeschecking for x86_64-unknown-linux-gcc... clangchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether clang accepts -g... yeschecking for clang option to accept ISO C89... none neededchecking whether clang understands -c and -o together... yeschecking for style of include used by make... GNUchecking dependency style of clang... gcc3checking for x86_64-unknown-linux-pkg-config... nochecking for pkg-config... /usr/bin/pkg-configchecking pkg-config is at least version 0.9.0... yeschecking for xsltproc... /usr/bin/xsltprocchecking for xmlto... /usr/bin/xmltochecking for asciidoc... /usr/bin/asciidocchecking that generated files are newer than configure... doneconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating config.hconfig.status: config.h is unchangedconfig.status: executing depfiles commandsmake all-ammake[1]: Entering directory '/tmp/evtest/src/evtest-1.33'clang -DHAVE_CONFIG_H -I. -MT evtest.o -MD -MP -MF .deps/evtest.Tpo -c -o evtest.o evtest.cevtest.c:176:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(EV_SYN), NAME_ELEMENT(EV_KEY), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:23:1: note: expanded from here "EV_SYN"^~~~~~~~evtest.c:175:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:176:26: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(EV_SYN), NAME_ELEMENT(EV_KEY), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:24:1: note: expanded from here "EV_KEY"^~~~~~~~evtest.c:175:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:177:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(EV_REL), NAME_ELEMENT(EV_ABS), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:25:1: note: expanded from here "EV_REL"^~~~~~~~evtest.c:175:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:177:26: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(EV_REL), NAME_ELEMENT(EV_ABS), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:26:1: note: expanded from here "EV_ABS"^~~~~~~~evtest.c:175:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:178:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(EV_MSC), NAME_ELEMENT(EV_LED), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:27:1: note: expanded from here "EV_MSC"^~~~~~~~evtest.c:175:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:178:26: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(EV_MSC), NAME_ELEMENT(EV_LED), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:28:1: note: expanded from here "EV_LED"^~~~~~~~evtest.c:175:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:179:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(EV_SND), NAME_ELEMENT(EV_REP), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:29:1: note: expanded from here "EV_SND"^~~~~~~~evtest.c:175:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:179:26: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(EV_SND), NAME_ELEMENT(EV_REP), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:30:1: note: expanded from here "EV_REP"^~~~~~~~evtest.c:175:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:180:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(EV_FF), NAME_ELEMENT(EV_PWR), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:31:1: note: expanded from here "EV_FF"^~~~~~~evtest.c:175:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:180:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(EV_FF), NAME_ELEMENT(EV_PWR), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:32:1: note: expanded from here "EV_PWR"^~~~~~~~evtest.c:175:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:181:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(EV_FF_STATUS), NAME_ELEMENT(EV_SW), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:33:1: note: expanded from here "EV_FF_STATUS"^~~~~~~~~~~~~~evtest.c:175:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:181:31: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(EV_FF_STATUS), NAME_ELEMENT(EV_SW), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "EV_SW"^~~~~~~evtest.c:175:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:186:13: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_SYN] = SYN_MAX, ^~~~~~~/usr/include/linux/input-event-codes.h:60:19: note: expanded from macro 'SYN_MAX'#define SYN_MAX 0xf ^~~evtest.c:185:19: note: previous initialization is here [0 ... EV_MAX] = -1, ^~evtest.c:187:13: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_KEY] = KEY_MAX, ^~~~~~~/usr/include/linux/input-event-codes.h:658:19: note: expanded from macro 'KEY_MAX'#define KEY_MAX 0x2ff ^~~~~evtest.c:185:19: note: previous initialization is here [0 ... EV_MAX] = -1, ^~evtest.c:188:13: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_REL] = REL_MAX, ^~~~~~~/usr/include/linux/input-event-codes.h:675:19: note: expanded from macro 'REL_MAX'#define REL_MAX 0x0f ^~~~evtest.c:185:19: note: previous initialization is here [0 ... EV_MAX] = -1, ^~evtest.c:189:13: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_ABS] = ABS_MAX, ^~~~~~~/usr/include/linux/input-event-codes.h:728:19: note: expanded from macro 'ABS_MAX'#define ABS_MAX 0x3f ^~~~evtest.c:185:19: note: previous initialization is here [0 ... EV_MAX] = -1, ^~evtest.c:190:13: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_MSC] = MSC_MAX, ^~~~~~~/usr/include/linux/input-event-codes.h:765:19: note: expanded from macro 'MSC_MAX'#define MSC_MAX 0x07 ^~~~evtest.c:185:19: note: previous initialization is here [0 ... EV_MAX] = -1, ^~evtest.c:191:12: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_SW] = SW_MAX, ^~~~~~/usr/include/linux/input-event-codes.h:752:18: note: expanded from macro 'SW_MAX'#define SW_MAX 0x0f ^~~~evtest.c:185:19: note: previous initialization is here [0 ... EV_MAX] = -1, ^~evtest.c:192:13: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_LED] = LED_MAX, ^~~~~~~/usr/include/linux/input-event-codes.h:783:19: note: expanded from macro 'LED_MAX'#define LED_MAX 0x0f ^~~~evtest.c:185:19: note: previous initialization is here [0 ... EV_MAX] = -1, ^~evtest.c:193:13: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_SND] = SND_MAX, ^~~~~~~/usr/include/linux/input-event-codes.h:802:19: note: expanded from macro 'SND_MAX'#define SND_MAX 0x07 ^~~~evtest.c:185:19: note: previous initialization is here [0 ... EV_MAX] = -1, ^~evtest.c:194:13: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_REP] = REP_MAX, ^~~~~~~/usr/include/linux/input-event-codes.h:792:19: note: expanded from macro 'REP_MAX'#define REP_MAX 0x01 ^~~~evtest.c:185:19: note: previous initialization is here [0 ... EV_MAX] = -1, ^~evtest.c:195:12: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_FF] = FF_MAX, ^~~~~~/usr/include/linux/input.h:483:17: note: expanded from macro 'FF_MAX'#define FF_MAX 0x7f ^~~~evtest.c:185:19: note: previous initialization is here [0 ... EV_MAX] = -1, ^~evtest.c:196:19: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_FF_STATUS] = FF_STATUS_MAX, ^~~~~~~~~~~~~/usr/include/linux/input.h:261:24: note: expanded from macro 'FF_STATUS_MAX'#define FF_STATUS_MAX 0x01 ^~~~evtest.c:185:19: note: previous initialization is here [0 ... EV_MAX] = -1, ^~evtest.c:203:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(INPUT_PROP_POINTER), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "INPUT_PROP_POINTER"^~~~~~~~~~~~~~~~~~~~evtest.c:202:27: note: previous initialization is here [0 ... INPUT_PROP_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:204:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(INPUT_PROP_DIRECT), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "INPUT_PROP_DIRECT"^~~~~~~~~~~~~~~~~~~evtest.c:202:27: note: previous initialization is here [0 ... INPUT_PROP_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:205:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(INPUT_PROP_BUTTONPAD), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "INPUT_PROP_BUTTONPAD"^~~~~~~~~~~~~~~~~~~~~~evtest.c:202:27: note: previous initialization is here [0 ... INPUT_PROP_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:206:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(INPUT_PROP_SEMI_MT), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "INPUT_PROP_SEMI_MT"^~~~~~~~~~~~~~~~~~~~evtest.c:202:27: note: previous initialization is here [0 ... INPUT_PROP_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:208:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(INPUT_PROP_TOPBUTTONPAD), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "INPUT_PROP_TOPBUTTONPAD"^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:202:27: note: previous initialization is here [0 ... INPUT_PROP_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:211:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(INPUT_PROP_POINTING_STICK), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "INPUT_PROP_POINTING_STICK"^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:202:27: note: previous initialization is here [0 ... INPUT_PROP_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:218:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_RESERVED), NAME_ELEMENT(KEY_ESC), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_RESERVED"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:218:31: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_RESERVED), NAME_ELEMENT(KEY_ESC), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_ESC"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:219:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_1), NAME_ELEMENT(KEY_2), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_1"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:219:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_1), NAME_ELEMENT(KEY_2), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_2"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:220:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_3), NAME_ELEMENT(KEY_4), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_3"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:220:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_3), NAME_ELEMENT(KEY_4), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_4"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:221:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_5), NAME_ELEMENT(KEY_6), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_5"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:221:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_5), NAME_ELEMENT(KEY_6), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_6"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:222:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_7), NAME_ELEMENT(KEY_8), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_7"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:222:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_7), NAME_ELEMENT(KEY_8), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_8"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:223:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_9), NAME_ELEMENT(KEY_0), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_9"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:223:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_9), NAME_ELEMENT(KEY_0), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_0"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:224:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_MINUS), NAME_ELEMENT(KEY_EQUAL), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_MINUS"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:224:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_MINUS), NAME_ELEMENT(KEY_EQUAL), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_EQUAL"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:225:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BACKSPACE), NAME_ELEMENT(KEY_TAB), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_BACKSPACE"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:225:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BACKSPACE), NAME_ELEMENT(KEY_TAB), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_TAB"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:226:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_Q), NAME_ELEMENT(KEY_W), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_Q"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:226:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_Q), NAME_ELEMENT(KEY_W), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_W"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:227:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_E), NAME_ELEMENT(KEY_R), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_E"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:227:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_E), NAME_ELEMENT(KEY_R), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_R"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:228:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_T), NAME_ELEMENT(KEY_Y), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_T"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:228:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_T), NAME_ELEMENT(KEY_Y), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_Y"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:229:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_U), NAME_ELEMENT(KEY_I), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_U"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:229:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_U), NAME_ELEMENT(KEY_I), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_I"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:230:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_O), NAME_ELEMENT(KEY_P), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_O"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:230:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_O), NAME_ELEMENT(KEY_P), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_P"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:231:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_LEFTBRACE), NAME_ELEMENT(KEY_RIGHTBRACE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_LEFTBRACE"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:231:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_LEFTBRACE), NAME_ELEMENT(KEY_RIGHTBRACE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_RIGHTBRACE"^~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:232:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ENTER), NAME_ELEMENT(KEY_LEFTCTRL), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_ENTER"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:232:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ENTER), NAME_ELEMENT(KEY_LEFTCTRL), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_LEFTCTRL"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:233:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_A), NAME_ELEMENT(KEY_S), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_A"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:233:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_A), NAME_ELEMENT(KEY_S), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_S"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:234:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_D), NAME_ELEMENT(KEY_F), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_D"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:234:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_D), NAME_ELEMENT(KEY_F), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:235:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_G), NAME_ELEMENT(KEY_H), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_G"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:235:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_G), NAME_ELEMENT(KEY_H), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_H"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:236:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_J), NAME_ELEMENT(KEY_K), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_J"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:236:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_J), NAME_ELEMENT(KEY_K), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_K"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:237:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_L), NAME_ELEMENT(KEY_SEMICOLON), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_L"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:237:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_L), NAME_ELEMENT(KEY_SEMICOLON), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SEMICOLON"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:238:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_APOSTROPHE), NAME_ELEMENT(KEY_GRAVE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_APOSTROPHE"^~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:238:33: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_APOSTROPHE), NAME_ELEMENT(KEY_GRAVE), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_GRAVE"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:239:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_LEFTSHIFT), NAME_ELEMENT(KEY_BACKSLASH), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_LEFTSHIFT"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:239:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_LEFTSHIFT), NAME_ELEMENT(KEY_BACKSLASH), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_BACKSLASH"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:240:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_Z), NAME_ELEMENT(KEY_X), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_Z"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:240:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_Z), NAME_ELEMENT(KEY_X), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_X"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:241:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_C), NAME_ELEMENT(KEY_V), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_C"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:241:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_C), NAME_ELEMENT(KEY_V), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_V"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:242:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_B), NAME_ELEMENT(KEY_N), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_B"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:242:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_B), NAME_ELEMENT(KEY_N), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_N"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:243:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_M), NAME_ELEMENT(KEY_COMMA), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_M"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:243:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_M), NAME_ELEMENT(KEY_COMMA), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_COMMA"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:244:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DOT), NAME_ELEMENT(KEY_SLASH), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_DOT"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:244:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DOT), NAME_ELEMENT(KEY_SLASH), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SLASH"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:245:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_RIGHTSHIFT), NAME_ELEMENT(KEY_KPASTERISK), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_RIGHTSHIFT"^~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:245:33: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_RIGHTSHIFT), NAME_ELEMENT(KEY_KPASTERISK), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KPASTERISK"^~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:246:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_LEFTALT), NAME_ELEMENT(KEY_SPACE), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_LEFTALT"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:246:30: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_LEFTALT), NAME_ELEMENT(KEY_SPACE), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SPACE"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:247:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CAPSLOCK), NAME_ELEMENT(KEY_F1), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_CAPSLOCK"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:247:31: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CAPSLOCK), NAME_ELEMENT(KEY_F1), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F1"^~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:248:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F2), NAME_ELEMENT(KEY_F3), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F2"^~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:248:26: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F2), NAME_ELEMENT(KEY_F3), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F3"^~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:249:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F4), NAME_ELEMENT(KEY_F5), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F4"^~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:249:26: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F4), NAME_ELEMENT(KEY_F5), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F5"^~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:250:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F6), NAME_ELEMENT(KEY_F7), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F6"^~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:250:26: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F6), NAME_ELEMENT(KEY_F7), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F7"^~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:251:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F8), NAME_ELEMENT(KEY_F9), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F8"^~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:251:26: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F8), NAME_ELEMENT(KEY_F9), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F9"^~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:252:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F10), NAME_ELEMENT(KEY_NUMLOCK), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F10"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:252:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F10), NAME_ELEMENT(KEY_NUMLOCK), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_NUMLOCK"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:253:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SCROLLLOCK), NAME_ELEMENT(KEY_KP7), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SCROLLLOCK"^~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:253:33: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SCROLLLOCK), NAME_ELEMENT(KEY_KP7), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KP7"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:254:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KP8), NAME_ELEMENT(KEY_KP9), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KP8"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:254:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KP8), NAME_ELEMENT(KEY_KP9), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KP9"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:255:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KPMINUS), NAME_ELEMENT(KEY_KP4), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KPMINUS"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:255:30: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KPMINUS), NAME_ELEMENT(KEY_KP4), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KP4"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:256:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KP5), NAME_ELEMENT(KEY_KP6), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KP5"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:256:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KP5), NAME_ELEMENT(KEY_KP6), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KP6"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:257:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KPPLUS), NAME_ELEMENT(KEY_KP1), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KPPLUS"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:257:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KPPLUS), NAME_ELEMENT(KEY_KP1), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KP1"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:258:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KP2), NAME_ELEMENT(KEY_KP3), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KP2"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:258:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KP2), NAME_ELEMENT(KEY_KP3), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KP3"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:259:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KP0), NAME_ELEMENT(KEY_KPDOT), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KP0"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:259:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KP0), NAME_ELEMENT(KEY_KPDOT), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KPDOT"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:260:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ZENKAKUHANKAKU), NAME_ELEMENT(KEY_102ND), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_ZENKAKUHANKAKU"^~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:260:37: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ZENKAKUHANKAKU), NAME_ELEMENT(KEY_102ND), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_102ND"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:261:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F11), NAME_ELEMENT(KEY_F12), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F11"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:261:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F11), NAME_ELEMENT(KEY_F12), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F12"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:262:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_RO), NAME_ELEMENT(KEY_KATAKANA), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_RO"^~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:262:26: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_RO), NAME_ELEMENT(KEY_KATAKANA), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KATAKANA"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:263:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_HIRAGANA), NAME_ELEMENT(KEY_HENKAN), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_HIRAGANA"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:263:31: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_HIRAGANA), NAME_ELEMENT(KEY_HENKAN), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_HENKAN"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:264:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KATAKANAHIRAGANA), NAME_ELEMENT(KEY_MUHENKAN), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KATAKANAHIRAGANA"^~~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:264:38: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KATAKANAHIRAGANA), NAME_ELEMENT(KEY_MUHENKAN), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_MUHENKAN"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:265:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KPJPCOMMA), NAME_ELEMENT(KEY_KPENTER), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KPJPCOMMA"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:265:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KPJPCOMMA), NAME_ELEMENT(KEY_KPENTER), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KPENTER"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:266:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_RIGHTCTRL), NAME_ELEMENT(KEY_KPSLASH), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_RIGHTCTRL"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:266:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_RIGHTCTRL), NAME_ELEMENT(KEY_KPSLASH), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KPSLASH"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:267:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SYSRQ), NAME_ELEMENT(KEY_RIGHTALT), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SYSRQ"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:267:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SYSRQ), NAME_ELEMENT(KEY_RIGHTALT), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_RIGHTALT"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:268:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_LINEFEED), NAME_ELEMENT(KEY_HOME), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_LINEFEED"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:268:31: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_LINEFEED), NAME_ELEMENT(KEY_HOME), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_HOME"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:269:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_UP), NAME_ELEMENT(KEY_PAGEUP), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_UP"^~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:269:26: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_UP), NAME_ELEMENT(KEY_PAGEUP), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PAGEUP"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:270:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_LEFT), NAME_ELEMENT(KEY_RIGHT), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_LEFT"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:270:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_LEFT), NAME_ELEMENT(KEY_RIGHT), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_RIGHT"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:271:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_END), NAME_ELEMENT(KEY_DOWN), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_END"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:271:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_END), NAME_ELEMENT(KEY_DOWN), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_DOWN"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:272:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_PAGEDOWN), NAME_ELEMENT(KEY_INSERT), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PAGEDOWN"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:272:31: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_PAGEDOWN), NAME_ELEMENT(KEY_INSERT), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_INSERT"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:273:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DELETE), NAME_ELEMENT(KEY_MACRO), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_DELETE"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:273:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DELETE), NAME_ELEMENT(KEY_MACRO), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_MACRO"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:274:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_MUTE), NAME_ELEMENT(KEY_VOLUMEDOWN), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_MUTE"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:274:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_MUTE), NAME_ELEMENT(KEY_VOLUMEDOWN), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_VOLUMEDOWN"^~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:275:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_VOLUMEUP), NAME_ELEMENT(KEY_POWER), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_VOLUMEUP"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:275:31: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_VOLUMEUP), NAME_ELEMENT(KEY_POWER), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_POWER"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:276:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KPEQUAL), NAME_ELEMENT(KEY_KPPLUSMINUS), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KPEQUAL"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:276:30: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KPEQUAL), NAME_ELEMENT(KEY_KPPLUSMINUS), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KPPLUSMINUS"^~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:277:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_PAUSE), NAME_ELEMENT(KEY_KPCOMMA), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PAUSE"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:277:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_PAUSE), NAME_ELEMENT(KEY_KPCOMMA), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KPCOMMA"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:278:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_HANGUEL), NAME_ELEMENT(KEY_HANJA), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_HANGUEL"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:278:30: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_HANGUEL), NAME_ELEMENT(KEY_HANJA), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_HANJA"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:279:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_YEN), NAME_ELEMENT(KEY_LEFTMETA), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_YEN"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:279:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_YEN), NAME_ELEMENT(KEY_LEFTMETA), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_LEFTMETA"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:280:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_RIGHTMETA), NAME_ELEMENT(KEY_COMPOSE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_RIGHTMETA"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:280:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_RIGHTMETA), NAME_ELEMENT(KEY_COMPOSE), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_COMPOSE"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:281:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_STOP), NAME_ELEMENT(KEY_AGAIN), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_STOP"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:281:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_STOP), NAME_ELEMENT(KEY_AGAIN), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_AGAIN"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:282:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_PROPS), NAME_ELEMENT(KEY_UNDO), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PROPS"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:282:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_PROPS), NAME_ELEMENT(KEY_UNDO), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_UNDO"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:283:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FRONT), NAME_ELEMENT(KEY_COPY), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_FRONT"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:283:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FRONT), NAME_ELEMENT(KEY_COPY), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_COPY"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:284:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_OPEN), NAME_ELEMENT(KEY_PASTE), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_OPEN"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:284:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_OPEN), NAME_ELEMENT(KEY_PASTE), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PASTE"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:285:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FIND), NAME_ELEMENT(KEY_CUT), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_FIND"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:285:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FIND), NAME_ELEMENT(KEY_CUT), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_CUT"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:286:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_HELP), NAME_ELEMENT(KEY_MENU), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_HELP"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:286:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_HELP), NAME_ELEMENT(KEY_MENU), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_MENU"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:287:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CALC), NAME_ELEMENT(KEY_SETUP), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_CALC"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:287:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CALC), NAME_ELEMENT(KEY_SETUP), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SETUP"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:288:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SLEEP), NAME_ELEMENT(KEY_WAKEUP), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SLEEP"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:288:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SLEEP), NAME_ELEMENT(KEY_WAKEUP), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_WAKEUP"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:289:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FILE), NAME_ELEMENT(KEY_SENDFILE), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_FILE"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:289:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FILE), NAME_ELEMENT(KEY_SENDFILE), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SENDFILE"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:290:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DELETEFILE), NAME_ELEMENT(KEY_XFER), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_DELETEFILE"^~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:290:33: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DELETEFILE), NAME_ELEMENT(KEY_XFER), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_XFER"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:291:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_PROG1), NAME_ELEMENT(KEY_PROG2), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PROG1"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:291:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_PROG1), NAME_ELEMENT(KEY_PROG2), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PROG2"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:292:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_WWW), NAME_ELEMENT(KEY_MSDOS), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_WWW"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:292:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_WWW), NAME_ELEMENT(KEY_MSDOS), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_MSDOS"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:293:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_COFFEE), NAME_ELEMENT(KEY_DIRECTION), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_COFFEE"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:293:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_COFFEE), NAME_ELEMENT(KEY_DIRECTION), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_DIRECTION"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:294:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CYCLEWINDOWS), NAME_ELEMENT(KEY_MAIL), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_CYCLEWINDOWS"^~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:294:35: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CYCLEWINDOWS), NAME_ELEMENT(KEY_MAIL), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_MAIL"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:295:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BOOKMARKS), NAME_ELEMENT(KEY_COMPUTER), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_BOOKMARKS"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:295:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BOOKMARKS), NAME_ELEMENT(KEY_COMPUTER), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_COMPUTER"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:296:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BACK), NAME_ELEMENT(KEY_FORWARD), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_BACK"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:296:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BACK), NAME_ELEMENT(KEY_FORWARD), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_FORWARD"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:297:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CLOSECD), NAME_ELEMENT(KEY_EJECTCD), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_CLOSECD"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:297:30: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CLOSECD), NAME_ELEMENT(KEY_EJECTCD), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_EJECTCD"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:298:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_EJECTCLOSECD), NAME_ELEMENT(KEY_NEXTSONG), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_EJECTCLOSECD"^~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:298:35: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_EJECTCLOSECD), NAME_ELEMENT(KEY_NEXTSONG), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_NEXTSONG"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:299:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_PLAYPAUSE), NAME_ELEMENT(KEY_PREVIOUSSONG), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PLAYPAUSE"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:299:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_PLAYPAUSE), NAME_ELEMENT(KEY_PREVIOUSSONG), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PREVIOUSSONG"^~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:300:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_STOPCD), NAME_ELEMENT(KEY_RECORD), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_STOPCD"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:300:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_STOPCD), NAME_ELEMENT(KEY_RECORD), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_RECORD"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:301:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_REWIND), NAME_ELEMENT(KEY_PHONE), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_REWIND"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:301:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_REWIND), NAME_ELEMENT(KEY_PHONE), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PHONE"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:302:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ISO), NAME_ELEMENT(KEY_CONFIG), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_ISO"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:302:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ISO), NAME_ELEMENT(KEY_CONFIG), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_CONFIG"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:303:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_HOMEPAGE), NAME_ELEMENT(KEY_REFRESH), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_HOMEPAGE"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:303:31: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_HOMEPAGE), NAME_ELEMENT(KEY_REFRESH), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_REFRESH"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:304:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_EXIT), NAME_ELEMENT(KEY_MOVE), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_EXIT"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:304:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_EXIT), NAME_ELEMENT(KEY_MOVE), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_MOVE"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:305:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_EDIT), NAME_ELEMENT(KEY_SCROLLUP), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_EDIT"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:305:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_EDIT), NAME_ELEMENT(KEY_SCROLLUP), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SCROLLUP"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:306:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SCROLLDOWN), NAME_ELEMENT(KEY_KPLEFTPAREN), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SCROLLDOWN"^~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:306:33: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SCROLLDOWN), NAME_ELEMENT(KEY_KPLEFTPAREN), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KPLEFTPAREN"^~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:307:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KPRIGHTPAREN), NAME_ELEMENT(KEY_F13), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KPRIGHTPAREN"^~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:307:35: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KPRIGHTPAREN), NAME_ELEMENT(KEY_F13), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F13"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:308:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F14), NAME_ELEMENT(KEY_F15), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F14"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:308:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F14), NAME_ELEMENT(KEY_F15), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F15"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:309:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F16), NAME_ELEMENT(KEY_F17), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F16"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:309:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F16), NAME_ELEMENT(KEY_F17), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F17"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:310:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F18), NAME_ELEMENT(KEY_F19), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F18"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:310:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F18), NAME_ELEMENT(KEY_F19), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F19"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:311:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F20), NAME_ELEMENT(KEY_F21), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F20"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:311:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F20), NAME_ELEMENT(KEY_F21), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F21"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:312:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F22), NAME_ELEMENT(KEY_F23), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F22"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:312:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F22), NAME_ELEMENT(KEY_F23), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F23"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:313:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F24), NAME_ELEMENT(KEY_PLAYCD), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_F24"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:313:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_F24), NAME_ELEMENT(KEY_PLAYCD), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PLAYCD"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:314:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_PAUSECD), NAME_ELEMENT(KEY_PROG3), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PAUSECD"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:314:30: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_PAUSECD), NAME_ELEMENT(KEY_PROG3), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PROG3"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:315:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_PROG4), NAME_ELEMENT(KEY_SUSPEND), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PROG4"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:315:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_PROG4), NAME_ELEMENT(KEY_SUSPEND), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SUSPEND"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:316:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CLOSE), NAME_ELEMENT(KEY_PLAY), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_CLOSE"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:316:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CLOSE), NAME_ELEMENT(KEY_PLAY), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PLAY"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:317:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FASTFORWARD), NAME_ELEMENT(KEY_BASSBOOST), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_FASTFORWARD"^~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:317:34: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FASTFORWARD), NAME_ELEMENT(KEY_BASSBOOST), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_BASSBOOST"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:318:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_PRINT), NAME_ELEMENT(KEY_HP), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PRINT"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:318:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_PRINT), NAME_ELEMENT(KEY_HP), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_HP"^~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:319:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CAMERA), NAME_ELEMENT(KEY_SOUND), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_CAMERA"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:319:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CAMERA), NAME_ELEMENT(KEY_SOUND), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SOUND"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:320:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_QUESTION), NAME_ELEMENT(KEY_EMAIL), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_QUESTION"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:320:31: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_QUESTION), NAME_ELEMENT(KEY_EMAIL), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_EMAIL"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:321:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CHAT), NAME_ELEMENT(KEY_SEARCH), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_CHAT"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:321:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CHAT), NAME_ELEMENT(KEY_SEARCH), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SEARCH"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:322:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CONNECT), NAME_ELEMENT(KEY_FINANCE), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_CONNECT"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:322:30: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CONNECT), NAME_ELEMENT(KEY_FINANCE), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_FINANCE"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:323:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SPORT), NAME_ELEMENT(KEY_SHOP), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SPORT"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:323:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SPORT), NAME_ELEMENT(KEY_SHOP), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SHOP"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:324:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ALTERASE), NAME_ELEMENT(KEY_CANCEL), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_ALTERASE"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:324:31: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ALTERASE), NAME_ELEMENT(KEY_CANCEL), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_CANCEL"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:325:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BRIGHTNESSDOWN), NAME_ELEMENT(KEY_BRIGHTNESSUP), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_BRIGHTNESSDOWN"^~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:325:36: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BRIGHTNESSDOWN), NAME_ELEMENT(KEY_BRIGHTNESSUP), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_BRIGHTNESSUP"^~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:326:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_MEDIA), NAME_ELEMENT(KEY_UNKNOWN), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_MEDIA"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:326:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_MEDIA), NAME_ELEMENT(KEY_UNKNOWN), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_UNKNOWN"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:327:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_OK), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_OK"^~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:328:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SELECT), NAME_ELEMENT(KEY_GOTO), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SELECT"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:328:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SELECT), NAME_ELEMENT(KEY_GOTO), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_GOTO"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:329:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CLEAR), NAME_ELEMENT(KEY_POWER2), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_CLEAR"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:329:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CLEAR), NAME_ELEMENT(KEY_POWER2), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_POWER2"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:330:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_OPTION), NAME_ELEMENT(KEY_INFO), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_OPTION"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:330:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_OPTION), NAME_ELEMENT(KEY_INFO), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_INFO"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:331:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_TIME), NAME_ELEMENT(KEY_VENDOR), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_TIME"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:331:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_TIME), NAME_ELEMENT(KEY_VENDOR), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_VENDOR"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:332:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ARCHIVE), NAME_ELEMENT(KEY_PROGRAM), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_ARCHIVE"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:332:30: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ARCHIVE), NAME_ELEMENT(KEY_PROGRAM), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PROGRAM"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:333:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CHANNEL), NAME_ELEMENT(KEY_FAVORITES), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_CHANNEL"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:333:30: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CHANNEL), NAME_ELEMENT(KEY_FAVORITES), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_FAVORITES"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:334:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_EPG), NAME_ELEMENT(KEY_PVR), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_EPG"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:334:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_EPG), NAME_ELEMENT(KEY_PVR), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PVR"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:335:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_MHP), NAME_ELEMENT(KEY_LANGUAGE), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_MHP"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:335:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_MHP), NAME_ELEMENT(KEY_LANGUAGE), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_LANGUAGE"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:336:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_TITLE), NAME_ELEMENT(KEY_SUBTITLE), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_TITLE"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:336:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_TITLE), NAME_ELEMENT(KEY_SUBTITLE), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SUBTITLE"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:337:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ANGLE), NAME_ELEMENT(KEY_ZOOM), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_ANGLE"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:337:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ANGLE), NAME_ELEMENT(KEY_ZOOM), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_ZOOM"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:338:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_MODE), NAME_ELEMENT(KEY_KEYBOARD), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_MODE"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:338:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_MODE), NAME_ELEMENT(KEY_KEYBOARD), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_KEYBOARD"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:339:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SCREEN), NAME_ELEMENT(KEY_PC), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SCREEN"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:339:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SCREEN), NAME_ELEMENT(KEY_PC), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PC"^~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:340:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_TV), NAME_ELEMENT(KEY_TV2), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_TV"^~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:340:26: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_TV), NAME_ELEMENT(KEY_TV2), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_TV2"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:341:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_VCR), NAME_ELEMENT(KEY_VCR2), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_VCR"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:341:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_VCR), NAME_ELEMENT(KEY_VCR2), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_VCR2"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:342:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SAT), NAME_ELEMENT(KEY_SAT2), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SAT"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:342:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SAT), NAME_ELEMENT(KEY_SAT2), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SAT2"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:343:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CD), NAME_ELEMENT(KEY_TAPE), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_CD"^~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:343:26: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CD), NAME_ELEMENT(KEY_TAPE), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_TAPE"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:344:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_RADIO), NAME_ELEMENT(KEY_TUNER), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_RADIO"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:344:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_RADIO), NAME_ELEMENT(KEY_TUNER), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_TUNER"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:345:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_PLAYER), NAME_ELEMENT(KEY_TEXT), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PLAYER"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:345:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_PLAYER), NAME_ELEMENT(KEY_TEXT), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_TEXT"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:346:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DVD), NAME_ELEMENT(KEY_AUX), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_DVD"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:346:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DVD), NAME_ELEMENT(KEY_AUX), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_AUX"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:347:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_MP3), NAME_ELEMENT(KEY_AUDIO), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_MP3"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:347:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_MP3), NAME_ELEMENT(KEY_AUDIO), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_AUDIO"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:348:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_VIDEO), NAME_ELEMENT(KEY_DIRECTORY), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_VIDEO"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:348:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_VIDEO), NAME_ELEMENT(KEY_DIRECTORY), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_DIRECTORY"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:349:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_LIST), NAME_ELEMENT(KEY_MEMO), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_LIST"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:349:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_LIST), NAME_ELEMENT(KEY_MEMO), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_MEMO"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:350:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CALENDAR), NAME_ELEMENT(KEY_RED), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_CALENDAR"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:350:31: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CALENDAR), NAME_ELEMENT(KEY_RED), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_RED"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:351:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_GREEN), NAME_ELEMENT(KEY_YELLOW), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_GREEN"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:351:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_GREEN), NAME_ELEMENT(KEY_YELLOW), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_YELLOW"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:352:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BLUE), NAME_ELEMENT(KEY_CHANNELUP), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_BLUE"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:352:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BLUE), NAME_ELEMENT(KEY_CHANNELUP), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_CHANNELUP"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:353:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CHANNELDOWN), NAME_ELEMENT(KEY_FIRST), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_CHANNELDOWN"^~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:353:34: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CHANNELDOWN), NAME_ELEMENT(KEY_FIRST), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_FIRST"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:354:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_LAST), NAME_ELEMENT(KEY_AB), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_LAST"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:354:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_LAST), NAME_ELEMENT(KEY_AB), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_AB"^~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:355:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_NEXT), NAME_ELEMENT(KEY_RESTART), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_NEXT"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:355:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_NEXT), NAME_ELEMENT(KEY_RESTART), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_RESTART"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:356:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SLOW), NAME_ELEMENT(KEY_SHUFFLE), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SLOW"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:356:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SLOW), NAME_ELEMENT(KEY_SHUFFLE), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_SHUFFLE"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:357:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BREAK), NAME_ELEMENT(KEY_PREVIOUS), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_BREAK"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:357:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BREAK), NAME_ELEMENT(KEY_PREVIOUS), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_PREVIOUS"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:358:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DIGITS), NAME_ELEMENT(KEY_TEEN), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_DIGITS"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:358:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DIGITS), NAME_ELEMENT(KEY_TEEN), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_TEEN"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:359:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_TWEN), NAME_ELEMENT(KEY_DEL_EOL), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_TWEN"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:359:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_TWEN), NAME_ELEMENT(KEY_DEL_EOL), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:2:1: note: expanded from here "KEY_DEL_EOL"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:360:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DEL_EOS), NAME_ELEMENT(KEY_INS_LINE), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:3:1: note: expanded from here "KEY_DEL_EOS"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:360:30: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DEL_EOS), NAME_ELEMENT(KEY_INS_LINE), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:4:1: note: expanded from here "KEY_INS_LINE"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:361:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DEL_LINE), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "KEY_DEL_LINE"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:362:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_VIDEOPHONE), NAME_ELEMENT(KEY_GAMES), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:6:1: note: expanded from here "KEY_VIDEOPHONE"^~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:362:33: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_VIDEOPHONE), NAME_ELEMENT(KEY_GAMES), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:7:1: note: expanded from here "KEY_GAMES"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:363:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ZOOMIN), NAME_ELEMENT(KEY_ZOOMOUT), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:8:1: note: expanded from here "KEY_ZOOMIN"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:363:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ZOOMIN), NAME_ELEMENT(KEY_ZOOMOUT), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:9:1: note: expanded from here "KEY_ZOOMOUT"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:364:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ZOOMRESET), NAME_ELEMENT(KEY_WORDPROCESSOR), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:10:1: note: expanded from here "KEY_ZOOMRESET"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:364:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ZOOMRESET), NAME_ELEMENT(KEY_WORDPROCESSOR), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:11:1: note: expanded from here "KEY_WORDPROCESSOR"^~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:365:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_EDITOR), NAME_ELEMENT(KEY_SPREADSHEET), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:12:1: note: expanded from here "KEY_EDITOR"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:365:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_EDITOR), NAME_ELEMENT(KEY_SPREADSHEET), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:13:1: note: expanded from here "KEY_SPREADSHEET"^~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:366:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_GRAPHICSEDITOR), NAME_ELEMENT(KEY_PRESENTATION), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:14:1: note: expanded from here "KEY_GRAPHICSEDITOR"^~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:366:37: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_GRAPHICSEDITOR), NAME_ELEMENT(KEY_PRESENTATION), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:15:1: note: expanded from here "KEY_PRESENTATION"^~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:367:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DATABASE), NAME_ELEMENT(KEY_NEWS), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:16:1: note: expanded from here "KEY_DATABASE"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:367:31: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DATABASE), NAME_ELEMENT(KEY_NEWS), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:17:1: note: expanded from here "KEY_NEWS"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:368:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_VOICEMAIL), NAME_ELEMENT(KEY_ADDRESSBOOK), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:18:1: note: expanded from here "KEY_VOICEMAIL"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:368:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_VOICEMAIL), NAME_ELEMENT(KEY_ADDRESSBOOK), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:19:1: note: expanded from here "KEY_ADDRESSBOOK"^~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:369:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_MESSENGER), NAME_ELEMENT(KEY_DISPLAYTOGGLE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:20:1: note: expanded from here "KEY_MESSENGER"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:369:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_MESSENGER), NAME_ELEMENT(KEY_DISPLAYTOGGLE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:21:1: note: expanded from here "KEY_DISPLAYTOGGLE"^~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:371:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SPELLCHECK), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:22:1: note: expanded from here "KEY_SPELLCHECK"^~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:374:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_LOGOFF), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:23:1: note: expanded from here "KEY_LOGOFF"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:377:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DOLLAR), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:24:1: note: expanded from here "KEY_DOLLAR"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:380:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_EURO), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:25:1: note: expanded from here "KEY_EURO"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:383:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FRAMEBACK), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:26:1: note: expanded from here "KEY_FRAMEBACK"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:386:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FRAMEFORWARD), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:27:1: note: expanded from here "KEY_FRAMEFORWARD"^~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:389:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CONTEXT_MENU), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:28:1: note: expanded from here "KEY_CONTEXT_MENU"^~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:392:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_MEDIA_REPEAT), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:29:1: note: expanded from here "KEY_MEDIA_REPEAT"^~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:395:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_10CHANNELSUP), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:30:1: note: expanded from here "KEY_10CHANNELSUP"^~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:398:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_10CHANNELSDOWN), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:31:1: note: expanded from here "KEY_10CHANNELSDOWN"^~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:401:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_IMAGES), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:32:1: note: expanded from here "KEY_IMAGES"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:403:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DEL_EOL), NAME_ELEMENT(KEY_DEL_EOS), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:33:1: note: expanded from here "KEY_DEL_EOL"^~~~~~~~~~~~~evtest.c:359:28: note: previous initialization is here NAME_ELEMENT(KEY_TWEN), NAME_ELEMENT(KEY_DEL_EOL), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:2:1: note: expanded from here "KEY_DEL_EOL"^~~~~~~~~~~~~evtest.c:403:30: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DEL_EOL), NAME_ELEMENT(KEY_DEL_EOS), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_DEL_EOS"^~~~~~~~~~~~~evtest.c:360:2: note: previous initialization is here NAME_ELEMENT(KEY_DEL_EOS), NAME_ELEMENT(KEY_INS_LINE), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:3:1: note: expanded from here "KEY_DEL_EOS"^~~~~~~~~~~~~evtest.c:404:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_INS_LINE), NAME_ELEMENT(KEY_DEL_LINE), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:35:1: note: expanded from here "KEY_INS_LINE"^~~~~~~~~~~~~~evtest.c:360:30: note: previous initialization is here NAME_ELEMENT(KEY_DEL_EOS), NAME_ELEMENT(KEY_INS_LINE), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:4:1: note: expanded from here "KEY_INS_LINE"^~~~~~~~~~~~~~evtest.c:404:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_INS_LINE), NAME_ELEMENT(KEY_DEL_LINE), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:36:1: note: expanded from here "KEY_DEL_LINE"^~~~~~~~~~~~~~evtest.c:361:2: note: previous initialization is here NAME_ELEMENT(KEY_DEL_LINE), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "KEY_DEL_LINE"^~~~~~~~~~~~~~evtest.c:405:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN), NAME_ELEMENT(KEY_FN_ESC), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:37:1: note: expanded from here "KEY_FN"^~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:405:26: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN), NAME_ELEMENT(KEY_FN_ESC), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:38:1: note: expanded from here "KEY_FN_ESC"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:406:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN_F1), NAME_ELEMENT(KEY_FN_F2), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:39:1: note: expanded from here "KEY_FN_F1"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:406:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN_F1), NAME_ELEMENT(KEY_FN_F2), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:40:1: note: expanded from here "KEY_FN_F2"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:407:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN_F3), NAME_ELEMENT(KEY_FN_F4), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:41:1: note: expanded from here "KEY_FN_F3"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:407:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN_F3), NAME_ELEMENT(KEY_FN_F4), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:42:1: note: expanded from here "KEY_FN_F4"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:408:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN_F5), NAME_ELEMENT(KEY_FN_F6), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:43:1: note: expanded from here "KEY_FN_F5"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:408:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN_F5), NAME_ELEMENT(KEY_FN_F6), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:44:1: note: expanded from here "KEY_FN_F6"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:409:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN_F7), NAME_ELEMENT(KEY_FN_F8), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:45:1: note: expanded from here "KEY_FN_F7"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:409:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN_F7), NAME_ELEMENT(KEY_FN_F8), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:46:1: note: expanded from here "KEY_FN_F8"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:410:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN_F9), NAME_ELEMENT(KEY_FN_F10), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:47:1: note: expanded from here "KEY_FN_F9"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:410:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN_F9), NAME_ELEMENT(KEY_FN_F10), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:48:1: note: expanded from here "KEY_FN_F10"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:411:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN_F11), NAME_ELEMENT(KEY_FN_F12), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:49:1: note: expanded from here "KEY_FN_F11"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:411:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN_F11), NAME_ELEMENT(KEY_FN_F12), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:50:1: note: expanded from here "KEY_FN_F12"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:412:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN_1), NAME_ELEMENT(KEY_FN_2), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:51:1: note: expanded from here "KEY_FN_1"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:412:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN_1), NAME_ELEMENT(KEY_FN_2), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:52:1: note: expanded from here "KEY_FN_2"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:413:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN_D), NAME_ELEMENT(KEY_FN_E), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:53:1: note: expanded from here "KEY_FN_D"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:413:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN_D), NAME_ELEMENT(KEY_FN_E), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:54:1: note: expanded from here "KEY_FN_E"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:414:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN_F), NAME_ELEMENT(KEY_FN_S), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:55:1: note: expanded from here "KEY_FN_F"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:414:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN_F), NAME_ELEMENT(KEY_FN_S), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:56:1: note: expanded from here "KEY_FN_S"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:415:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FN_B), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:57:1: note: expanded from here "KEY_FN_B"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:416:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BRL_DOT1), NAME_ELEMENT(KEY_BRL_DOT2), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:58:1: note: expanded from here "KEY_BRL_DOT1"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:416:31: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BRL_DOT1), NAME_ELEMENT(KEY_BRL_DOT2), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:59:1: note: expanded from here "KEY_BRL_DOT2"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:417:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BRL_DOT3), NAME_ELEMENT(KEY_BRL_DOT4), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:60:1: note: expanded from here "KEY_BRL_DOT3"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:417:31: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BRL_DOT3), NAME_ELEMENT(KEY_BRL_DOT4), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:61:1: note: expanded from here "KEY_BRL_DOT4"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:418:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BRL_DOT5), NAME_ELEMENT(KEY_BRL_DOT6), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:62:1: note: expanded from here "KEY_BRL_DOT5"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:418:31: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BRL_DOT5), NAME_ELEMENT(KEY_BRL_DOT6), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:63:1: note: expanded from here "KEY_BRL_DOT6"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:419:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BRL_DOT7), NAME_ELEMENT(KEY_BRL_DOT8), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:64:1: note: expanded from here "KEY_BRL_DOT7"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:419:31: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BRL_DOT7), NAME_ELEMENT(KEY_BRL_DOT8), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:65:1: note: expanded from here "KEY_BRL_DOT8"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:420:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BRL_DOT9), NAME_ELEMENT(KEY_BRL_DOT10), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:66:1: note: expanded from here "KEY_BRL_DOT9"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:420:31: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BRL_DOT9), NAME_ELEMENT(KEY_BRL_DOT10), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:67:1: note: expanded from here "KEY_BRL_DOT10"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:422:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_NUMERIC_0), NAME_ELEMENT(KEY_NUMERIC_1), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:68:1: note: expanded from here "KEY_NUMERIC_0"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:422:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_NUMERIC_0), NAME_ELEMENT(KEY_NUMERIC_1), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:69:1: note: expanded from here "KEY_NUMERIC_1"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:423:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_NUMERIC_2), NAME_ELEMENT(KEY_NUMERIC_3), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:70:1: note: expanded from here "KEY_NUMERIC_2"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:423:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_NUMERIC_2), NAME_ELEMENT(KEY_NUMERIC_3), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:71:1: note: expanded from here "KEY_NUMERIC_3"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:424:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_NUMERIC_4), NAME_ELEMENT(KEY_NUMERIC_5), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:72:1: note: expanded from here "KEY_NUMERIC_4"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:424:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_NUMERIC_4), NAME_ELEMENT(KEY_NUMERIC_5), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:73:1: note: expanded from here "KEY_NUMERIC_5"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:425:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_NUMERIC_6), NAME_ELEMENT(KEY_NUMERIC_7), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:74:1: note: expanded from here "KEY_NUMERIC_6"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:425:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_NUMERIC_6), NAME_ELEMENT(KEY_NUMERIC_7), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:75:1: note: expanded from here "KEY_NUMERIC_7"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:426:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_NUMERIC_8), NAME_ELEMENT(KEY_NUMERIC_9), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:76:1: note: expanded from here "KEY_NUMERIC_8"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:426:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_NUMERIC_8), NAME_ELEMENT(KEY_NUMERIC_9), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:77:1: note: expanded from here "KEY_NUMERIC_9"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:427:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_NUMERIC_STAR), NAME_ELEMENT(KEY_NUMERIC_POUND), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:78:1: note: expanded from here "KEY_NUMERIC_STAR"^~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:427:35: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_NUMERIC_STAR), NAME_ELEMENT(KEY_NUMERIC_POUND), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:79:1: note: expanded from here "KEY_NUMERIC_POUND"^~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:429:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BATTERY), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:80:1: note: expanded from here "KEY_BATTERY"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:430:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BLUETOOTH), NAME_ELEMENT(KEY_BRIGHTNESS_CYCLE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:81:1: note: expanded from here "KEY_BLUETOOTH"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:430:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BLUETOOTH), NAME_ELEMENT(KEY_BRIGHTNESS_CYCLE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:82:1: note: expanded from here "KEY_BRIGHTNESS_CYCLE"^~~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:431:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BRIGHTNESS_ZERO), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:83:1: note: expanded from here "KEY_BRIGHTNESS_ZERO"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:433:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DASHBOARD), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:84:1: note: expanded from here "KEY_DASHBOARD"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:435:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DISPLAY_OFF), NAME_ELEMENT(KEY_DOCUMENTS), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:85:1: note: expanded from here "KEY_DISPLAY_OFF"^~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:435:34: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_DISPLAY_OFF), NAME_ELEMENT(KEY_DOCUMENTS), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:86:1: note: expanded from here "KEY_DOCUMENTS"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:436:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FORWARDMAIL), NAME_ELEMENT(KEY_NEW), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:87:1: note: expanded from here "KEY_FORWARDMAIL"^~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:436:34: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_FORWARDMAIL), NAME_ELEMENT(KEY_NEW), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:88:1: note: expanded from here "KEY_NEW"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:437:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KBDILLUMDOWN), NAME_ELEMENT(KEY_KBDILLUMUP), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:89:1: note: expanded from here "KEY_KBDILLUMDOWN"^~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:437:35: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KBDILLUMDOWN), NAME_ELEMENT(KEY_KBDILLUMUP), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:90:1: note: expanded from here "KEY_KBDILLUMUP"^~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:438:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KBDILLUMTOGGLE), NAME_ELEMENT(KEY_REDO), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:91:1: note: expanded from here "KEY_KBDILLUMTOGGLE"^~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:438:37: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KBDILLUMTOGGLE), NAME_ELEMENT(KEY_REDO), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:92:1: note: expanded from here "KEY_REDO"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:439:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_REPLY), NAME_ELEMENT(KEY_SAVE), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:93:1: note: expanded from here "KEY_REPLY"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:439:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_REPLY), NAME_ELEMENT(KEY_SAVE), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:94:1: note: expanded from here "KEY_SAVE"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:441:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SCALE), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:95:1: note: expanded from here "KEY_SCALE"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:443:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SEND), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:96:1: note: expanded from here "KEY_SEND"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:444:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SCREENLOCK), NAME_ELEMENT(KEY_SWITCHVIDEOMODE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:97:1: note: expanded from here "KEY_SCREENLOCK"^~~~~~~~~~~~~~~~evtest.c:293:2: note: previous initialization is here NAME_ELEMENT(KEY_COFFEE), NAME_ELEMENT(KEY_DIRECTION), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:34:1: note: expanded from here "KEY_COFFEE"^~~~~~~~~~~~evtest.c:444:33: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SCREENLOCK), NAME_ELEMENT(KEY_SWITCHVIDEOMODE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:98:1: note: expanded from here "KEY_SWITCHVIDEOMODE"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:446:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_UWB), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:99:1: note: expanded from here "KEY_UWB"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:449:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_VIDEO_NEXT), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:100:1: note: expanded from here "KEY_VIDEO_NEXT"^~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:452:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_VIDEO_PREV), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:101:1: note: expanded from here "KEY_VIDEO_PREV"^~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:455:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_WIMAX), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:102:1: note: expanded from here "KEY_WIMAX"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:458:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_WLAN), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:103:1: note: expanded from here "KEY_WLAN"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:461:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_RFKILL), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:104:1: note: expanded from here "KEY_RFKILL"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:464:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_MICMUTE), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:105:1: note: expanded from here "KEY_MICMUTE"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:467:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CAMERA_FOCUS), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:106:1: note: expanded from here "KEY_CAMERA_FOCUS"^~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:470:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_WPS_BUTTON), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:107:1: note: expanded from here "KEY_WPS_BUTTON"^~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:473:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_TOUCHPAD_TOGGLE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:108:1: note: expanded from here "KEY_TOUCHPAD_TOGGLE"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:474:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_TOUCHPAD_ON), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:109:1: note: expanded from here "KEY_TOUCHPAD_ON"^~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:475:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_TOUCHPAD_OFF), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:110:1: note: expanded from here "KEY_TOUCHPAD_OFF"^~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:478:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CAMERA_ZOOMIN), NAME_ELEMENT(KEY_CAMERA_ZOOMOUT), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:111:1: note: expanded from here "KEY_CAMERA_ZOOMIN"^~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:478:35: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CAMERA_ZOOMIN), NAME_ELEMENT(KEY_CAMERA_ZOOMOUT), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:112:1: note: expanded from here "KEY_CAMERA_ZOOMOUT"^~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:479:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CAMERA_UP), NAME_ELEMENT(KEY_CAMERA_DOWN), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:113:1: note: expanded from here "KEY_CAMERA_UP"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:479:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CAMERA_UP), NAME_ELEMENT(KEY_CAMERA_DOWN), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:114:1: note: expanded from here "KEY_CAMERA_DOWN"^~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:480:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CAMERA_LEFT), NAME_ELEMENT(KEY_CAMERA_RIGHT), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:115:1: note: expanded from here "KEY_CAMERA_LEFT"^~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:480:34: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CAMERA_LEFT), NAME_ELEMENT(KEY_CAMERA_RIGHT), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:116:1: note: expanded from here "KEY_CAMERA_RIGHT"^~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:483:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ATTENDANT_ON), NAME_ELEMENT(KEY_ATTENDANT_OFF), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:117:1: note: expanded from here "KEY_ATTENDANT_ON"^~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:483:35: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ATTENDANT_ON), NAME_ELEMENT(KEY_ATTENDANT_OFF), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:118:1: note: expanded from here "KEY_ATTENDANT_OFF"^~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:484:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ATTENDANT_TOGGLE), NAME_ELEMENT(KEY_LIGHTS_TOGGLE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:119:1: note: expanded from here "KEY_ATTENDANT_TOGGLE"^~~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:484:38: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ATTENDANT_TOGGLE), NAME_ELEMENT(KEY_LIGHTS_TOGGLE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:120:1: note: expanded from here "KEY_LIGHTS_TOGGLE"^~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:487:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_0), NAME_ELEMENT(BTN_1), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:121:1: note: expanded from here "BTN_0"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:487:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_0), NAME_ELEMENT(BTN_1), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:122:1: note: expanded from here "BTN_1"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:488:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_2), NAME_ELEMENT(BTN_3), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:123:1: note: expanded from here "BTN_2"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:488:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_2), NAME_ELEMENT(BTN_3), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:124:1: note: expanded from here "BTN_3"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:489:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_4), NAME_ELEMENT(BTN_5), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:125:1: note: expanded from here "BTN_4"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:489:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_4), NAME_ELEMENT(BTN_5), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:126:1: note: expanded from here "BTN_5"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:490:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_6), NAME_ELEMENT(BTN_7), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:127:1: note: expanded from here "BTN_6"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:490:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_6), NAME_ELEMENT(BTN_7), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:128:1: note: expanded from here "BTN_7"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:491:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_8), NAME_ELEMENT(BTN_9), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:129:1: note: expanded from here "BTN_8"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:491:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_8), NAME_ELEMENT(BTN_9), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:130:1: note: expanded from here "BTN_9"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:492:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_LEFT), NAME_ELEMENT(BTN_RIGHT), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:131:1: note: expanded from here "BTN_LEFT"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:492:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_LEFT), NAME_ELEMENT(BTN_RIGHT), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:132:1: note: expanded from here "BTN_RIGHT"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:493:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_MIDDLE), NAME_ELEMENT(BTN_SIDE), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:133:1: note: expanded from here "BTN_MIDDLE"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:493:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_MIDDLE), NAME_ELEMENT(BTN_SIDE), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:134:1: note: expanded from here "BTN_SIDE"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:494:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_EXTRA), NAME_ELEMENT(BTN_FORWARD), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:135:1: note: expanded from here "BTN_EXTRA"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:494:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_EXTRA), NAME_ELEMENT(BTN_FORWARD), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:136:1: note: expanded from here "BTN_FORWARD"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:495:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_BACK), NAME_ELEMENT(BTN_TASK), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:137:1: note: expanded from here "BTN_BACK"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:495:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_BACK), NAME_ELEMENT(BTN_TASK), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:138:1: note: expanded from here "BTN_TASK"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:496:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER), NAME_ELEMENT(BTN_THUMB), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:139:1: note: expanded from here "BTN_TRIGGER"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:496:30: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER), NAME_ELEMENT(BTN_THUMB), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:140:1: note: expanded from here "BTN_THUMB"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:497:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_THUMB2), NAME_ELEMENT(BTN_TOP), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:141:1: note: expanded from here "BTN_THUMB2"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:497:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_THUMB2), NAME_ELEMENT(BTN_TOP), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:142:1: note: expanded from here "BTN_TOP"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:498:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TOP2), NAME_ELEMENT(BTN_PINKIE), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:143:1: note: expanded from here "BTN_TOP2"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:498:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TOP2), NAME_ELEMENT(BTN_PINKIE), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:144:1: note: expanded from here "BTN_PINKIE"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:499:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_BASE), NAME_ELEMENT(BTN_BASE2), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:145:1: note: expanded from here "BTN_BASE"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:499:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_BASE), NAME_ELEMENT(BTN_BASE2), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:146:1: note: expanded from here "BTN_BASE2"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:500:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_BASE3), NAME_ELEMENT(BTN_BASE4), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:147:1: note: expanded from here "BTN_BASE3"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:500:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_BASE3), NAME_ELEMENT(BTN_BASE4), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:148:1: note: expanded from here "BTN_BASE4"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:501:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_BASE5), NAME_ELEMENT(BTN_BASE6), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:149:1: note: expanded from here "BTN_BASE5"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:501:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_BASE5), NAME_ELEMENT(BTN_BASE6), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:150:1: note: expanded from here "BTN_BASE6"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:502:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_DEAD), NAME_ELEMENT(BTN_C), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:151:1: note: expanded from here "BTN_DEAD"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:502:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_DEAD), NAME_ELEMENT(BTN_C), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:152:1: note: expanded from here "BTN_C"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:504:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_SOUTH), NAME_ELEMENT(BTN_EAST), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:153:1: note: expanded from here "BTN_SOUTH"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:504:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_SOUTH), NAME_ELEMENT(BTN_EAST), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:154:1: note: expanded from here "BTN_EAST"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:505:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_NORTH), NAME_ELEMENT(BTN_WEST), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:155:1: note: expanded from here "BTN_NORTH"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:505:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_NORTH), NAME_ELEMENT(BTN_WEST), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:156:1: note: expanded from here "BTN_WEST"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:510:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_Z), NAME_ELEMENT(BTN_TL), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:157:1: note: expanded from here "BTN_Z"^~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:510:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_Z), NAME_ELEMENT(BTN_TL), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:158:1: note: expanded from here "BTN_TL"^~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:511:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TR), NAME_ELEMENT(BTN_TL2), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:159:1: note: expanded from here "BTN_TR"^~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:511:26: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TR), NAME_ELEMENT(BTN_TL2), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:160:1: note: expanded from here "BTN_TL2"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:512:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TR2), NAME_ELEMENT(BTN_SELECT), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:161:1: note: expanded from here "BTN_TR2"^~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:512:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TR2), NAME_ELEMENT(BTN_SELECT), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:162:1: note: expanded from here "BTN_SELECT"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:513:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_START), NAME_ELEMENT(BTN_MODE), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:163:1: note: expanded from here "BTN_START"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:513:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_START), NAME_ELEMENT(BTN_MODE), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:164:1: note: expanded from here "BTN_MODE"^~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:514:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_THUMBL), NAME_ELEMENT(BTN_THUMBR), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:165:1: note: expanded from here "BTN_THUMBL"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:514:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_THUMBL), NAME_ELEMENT(BTN_THUMBR), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:166:1: note: expanded from here "BTN_THUMBR"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:515:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TOOL_PEN), NAME_ELEMENT(BTN_TOOL_RUBBER), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:167:1: note: expanded from here "BTN_TOOL_PEN"^~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:515:31: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TOOL_PEN), NAME_ELEMENT(BTN_TOOL_RUBBER), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:168:1: note: expanded from here "BTN_TOOL_RUBBER"^~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:516:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TOOL_BRUSH), NAME_ELEMENT(BTN_TOOL_PENCIL), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:169:1: note: expanded from here "BTN_TOOL_BRUSH"^~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:516:33: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TOOL_BRUSH), NAME_ELEMENT(BTN_TOOL_PENCIL), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:170:1: note: expanded from here "BTN_TOOL_PENCIL"^~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:517:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TOOL_AIRBRUSH), NAME_ELEMENT(BTN_TOOL_FINGER), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:171:1: note: expanded from here "BTN_TOOL_AIRBRUSH"^~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:517:35: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TOOL_AIRBRUSH), NAME_ELEMENT(BTN_TOOL_FINGER), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:172:1: note: expanded from here "BTN_TOOL_FINGER"^~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:518:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TOOL_MOUSE), NAME_ELEMENT(BTN_TOOL_LENS), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:173:1: note: expanded from here "BTN_TOOL_MOUSE"^~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:518:33: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TOOL_MOUSE), NAME_ELEMENT(BTN_TOOL_LENS), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:174:1: note: expanded from here "BTN_TOOL_LENS"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:519:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TOUCH), NAME_ELEMENT(BTN_STYLUS), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:175:1: note: expanded from here "BTN_TOUCH"^~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:519:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TOUCH), NAME_ELEMENT(BTN_STYLUS), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:176:1: note: expanded from here "BTN_STYLUS"^~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:520:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_STYLUS2), NAME_ELEMENT(BTN_TOOL_DOUBLETAP), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:177:1: note: expanded from here "BTN_STYLUS2"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:520:30: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_STYLUS2), NAME_ELEMENT(BTN_TOOL_DOUBLETAP), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:178:1: note: expanded from here "BTN_TOOL_DOUBLETAP"^~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:521:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TOOL_TRIPLETAP), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:179:1: note: expanded from here "BTN_TOOL_TRIPLETAP"^~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:523:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TOOL_QUADTAP), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:180:1: note: expanded from here "BTN_TOOL_QUADTAP"^~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:525:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_GEAR_DOWN), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:181:1: note: expanded from here "BTN_GEAR_DOWN"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:526:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_GEAR_UP), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:182:1: note: expanded from here "BTN_GEAR_UP"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:529:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_DPAD_UP), NAME_ELEMENT(BTN_DPAD_DOWN), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:183:1: note: expanded from here "BTN_DPAD_UP"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:529:30: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_DPAD_UP), NAME_ELEMENT(BTN_DPAD_DOWN), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:184:1: note: expanded from here "BTN_DPAD_DOWN"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:530:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_DPAD_LEFT), NAME_ELEMENT(BTN_DPAD_RIGHT), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:185:1: note: expanded from here "BTN_DPAD_LEFT"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:530:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_DPAD_LEFT), NAME_ELEMENT(BTN_DPAD_RIGHT), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:186:1: note: expanded from here "BTN_DPAD_RIGHT"^~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:533:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_ALS_TOGGLE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:187:1: note: expanded from here "KEY_ALS_TOGGLE"^~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:536:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BUTTONCONFIG), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:188:1: note: expanded from here "KEY_BUTTONCONFIG"^~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:539:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_TASKMANAGER), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:189:1: note: expanded from here "KEY_TASKMANAGER"^~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:542:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_JOURNAL), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:190:1: note: expanded from here "KEY_JOURNAL"^~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:545:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_CONTROLPANEL), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:191:1: note: expanded from here "KEY_CONTROLPANEL"^~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:548:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_APPSELECT), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:192:1: note: expanded from here "KEY_APPSELECT"^~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:551:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_SCREENSAVER), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:193:1: note: expanded from here "KEY_SCREENSAVER"^~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:554:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_VOICECOMMAND), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:194:1: note: expanded from here "KEY_VOICECOMMAND"^~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:557:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BRIGHTNESS_MIN), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:195:1: note: expanded from here "KEY_BRIGHTNESS_MIN"^~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:560:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_BRIGHTNESS_MAX), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:196:1: note: expanded from here "KEY_BRIGHTNESS_MAX"^~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:563:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KBDINPUTASSIST_PREV), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:197:1: note: expanded from here "KEY_KBDINPUTASSIST_PREV"^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:566:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KBDINPUTASSIST_NEXT), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:198:1: note: expanded from here "KEY_KBDINPUTASSIST_NEXT"^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:569:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KBDINPUTASSIST_PREVGROUP), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:199:1: note: expanded from here "KEY_KBDINPUTASSIST_PREVGROUP"^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:572:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KBDINPUTASSIST_NEXTGROUP), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:200:1: note: expanded from here "KEY_KBDINPUTASSIST_NEXTGROUP"^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:575:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KBDINPUTASSIST_ACCEPT), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:201:1: note: expanded from here "KEY_KBDINPUTASSIST_ACCEPT"^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:578:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(KEY_KBDINPUTASSIST_CANCEL), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:202:1: note: expanded from here "KEY_KBDINPUTASSIST_CANCEL"^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:581:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY1), NAME_ELEMENT(BTN_TRIGGER_HAPPY11), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:203:1: note: expanded from here "BTN_TRIGGER_HAPPY1"^~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:581:36: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY1), NAME_ELEMENT(BTN_TRIGGER_HAPPY11), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:204:1: note: expanded from here "BTN_TRIGGER_HAPPY11"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:582:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY2), NAME_ELEMENT(BTN_TRIGGER_HAPPY12), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:205:1: note: expanded from here "BTN_TRIGGER_HAPPY2"^~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:582:36: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY2), NAME_ELEMENT(BTN_TRIGGER_HAPPY12), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:206:1: note: expanded from here "BTN_TRIGGER_HAPPY12"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:583:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY3), NAME_ELEMENT(BTN_TRIGGER_HAPPY13), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:207:1: note: expanded from here "BTN_TRIGGER_HAPPY3"^~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:583:36: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY3), NAME_ELEMENT(BTN_TRIGGER_HAPPY13), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:208:1: note: expanded from here "BTN_TRIGGER_HAPPY13"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:584:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY4), NAME_ELEMENT(BTN_TRIGGER_HAPPY14), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:209:1: note: expanded from here "BTN_TRIGGER_HAPPY4"^~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:584:36: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY4), NAME_ELEMENT(BTN_TRIGGER_HAPPY14), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:210:1: note: expanded from here "BTN_TRIGGER_HAPPY14"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:585:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY5), NAME_ELEMENT(BTN_TRIGGER_HAPPY15), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:211:1: note: expanded from here "BTN_TRIGGER_HAPPY5"^~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:585:36: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY5), NAME_ELEMENT(BTN_TRIGGER_HAPPY15), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:212:1: note: expanded from here "BTN_TRIGGER_HAPPY15"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:586:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY6), NAME_ELEMENT(BTN_TRIGGER_HAPPY16), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:213:1: note: expanded from here "BTN_TRIGGER_HAPPY6"^~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:586:36: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY6), NAME_ELEMENT(BTN_TRIGGER_HAPPY16), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:214:1: note: expanded from here "BTN_TRIGGER_HAPPY16"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:587:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY7), NAME_ELEMENT(BTN_TRIGGER_HAPPY17), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:215:1: note: expanded from here "BTN_TRIGGER_HAPPY7"^~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:587:36: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY7), NAME_ELEMENT(BTN_TRIGGER_HAPPY17), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:216:1: note: expanded from here "BTN_TRIGGER_HAPPY17"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:588:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY8), NAME_ELEMENT(BTN_TRIGGER_HAPPY18), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:217:1: note: expanded from here "BTN_TRIGGER_HAPPY8"^~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:588:36: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY8), NAME_ELEMENT(BTN_TRIGGER_HAPPY18), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:218:1: note: expanded from here "BTN_TRIGGER_HAPPY18"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:589:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY9), NAME_ELEMENT(BTN_TRIGGER_HAPPY19), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:219:1: note: expanded from here "BTN_TRIGGER_HAPPY9"^~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:589:36: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY9), NAME_ELEMENT(BTN_TRIGGER_HAPPY19), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:220:1: note: expanded from here "BTN_TRIGGER_HAPPY19"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:590:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY10), NAME_ELEMENT(BTN_TRIGGER_HAPPY20), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:221:1: note: expanded from here "BTN_TRIGGER_HAPPY10"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:590:37: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY10), NAME_ELEMENT(BTN_TRIGGER_HAPPY20), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:222:1: note: expanded from here "BTN_TRIGGER_HAPPY20"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:592:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY21), NAME_ELEMENT(BTN_TRIGGER_HAPPY31), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:223:1: note: expanded from here "BTN_TRIGGER_HAPPY21"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:592:37: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY21), NAME_ELEMENT(BTN_TRIGGER_HAPPY31), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:224:1: note: expanded from here "BTN_TRIGGER_HAPPY31"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:593:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY22), NAME_ELEMENT(BTN_TRIGGER_HAPPY32), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:225:1: note: expanded from here "BTN_TRIGGER_HAPPY22"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:593:37: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY22), NAME_ELEMENT(BTN_TRIGGER_HAPPY32), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:226:1: note: expanded from here "BTN_TRIGGER_HAPPY32"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:594:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY23), NAME_ELEMENT(BTN_TRIGGER_HAPPY33), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:227:1: note: expanded from here "BTN_TRIGGER_HAPPY23"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:594:37: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY23), NAME_ELEMENT(BTN_TRIGGER_HAPPY33), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:228:1: note: expanded from here "BTN_TRIGGER_HAPPY33"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:595:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY24), NAME_ELEMENT(BTN_TRIGGER_HAPPY34), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:229:1: note: expanded from here "BTN_TRIGGER_HAPPY24"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:595:37: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY24), NAME_ELEMENT(BTN_TRIGGER_HAPPY34), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:230:1: note: expanded from here "BTN_TRIGGER_HAPPY34"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:596:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY25), NAME_ELEMENT(BTN_TRIGGER_HAPPY35), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:231:1: note: expanded from here "BTN_TRIGGER_HAPPY25"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:596:37: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY25), NAME_ELEMENT(BTN_TRIGGER_HAPPY35), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:232:1: note: expanded from here "BTN_TRIGGER_HAPPY35"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:597:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY26), NAME_ELEMENT(BTN_TRIGGER_HAPPY36), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:233:1: note: expanded from here "BTN_TRIGGER_HAPPY26"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:597:37: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY26), NAME_ELEMENT(BTN_TRIGGER_HAPPY36), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:234:1: note: expanded from here "BTN_TRIGGER_HAPPY36"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:598:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY27), NAME_ELEMENT(BTN_TRIGGER_HAPPY37), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:235:1: note: expanded from here "BTN_TRIGGER_HAPPY27"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:598:37: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY27), NAME_ELEMENT(BTN_TRIGGER_HAPPY37), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:236:1: note: expanded from here "BTN_TRIGGER_HAPPY37"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:599:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY28), NAME_ELEMENT(BTN_TRIGGER_HAPPY38), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:237:1: note: expanded from here "BTN_TRIGGER_HAPPY28"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:599:37: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY28), NAME_ELEMENT(BTN_TRIGGER_HAPPY38), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:238:1: note: expanded from here "BTN_TRIGGER_HAPPY38"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:600:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY29), NAME_ELEMENT(BTN_TRIGGER_HAPPY39), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:239:1: note: expanded from here "BTN_TRIGGER_HAPPY29"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:600:37: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY29), NAME_ELEMENT(BTN_TRIGGER_HAPPY39), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:2:1: note: expanded from here "BTN_TRIGGER_HAPPY39"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:601:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY30), NAME_ELEMENT(BTN_TRIGGER_HAPPY40), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:3:1: note: expanded from here "BTN_TRIGGER_HAPPY30"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:601:37: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TRIGGER_HAPPY30), NAME_ELEMENT(BTN_TRIGGER_HAPPY40), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:4:1: note: expanded from here "BTN_TRIGGER_HAPPY40"^~~~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:604:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(BTN_TOOL_QUINTTAP), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "BTN_TOOL_QUINTTAP"^~~~~~~~~~~~~~~~~~~evtest.c:217:20: note: previous initialization is here [0 ... KEY_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:612:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(REL_X), NAME_ELEMENT(REL_Y), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "REL_X"^~~~~~~evtest.c:611:20: note: previous initialization is here [0 ... REL_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:612:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(REL_X), NAME_ELEMENT(REL_Y), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "REL_Y"^~~~~~~evtest.c:611:20: note: previous initialization is here [0 ... REL_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:613:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(REL_Z), NAME_ELEMENT(REL_RX), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "REL_Z"^~~~~~~evtest.c:611:20: note: previous initialization is here [0 ... REL_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:613:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(REL_Z), NAME_ELEMENT(REL_RX), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "REL_RX"^~~~~~~~evtest.c:611:20: note: previous initialization is here [0 ... REL_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:614:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(REL_RY), NAME_ELEMENT(REL_RZ), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "REL_RY"^~~~~~~~evtest.c:611:20: note: previous initialization is here [0 ... REL_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:614:26: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(REL_RY), NAME_ELEMENT(REL_RZ), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "REL_RZ"^~~~~~~~evtest.c:611:20: note: previous initialization is here [0 ... REL_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:615:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(REL_HWHEEL), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "REL_HWHEEL"^~~~~~~~~~~~evtest.c:611:20: note: previous initialization is here [0 ... REL_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:616:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(REL_DIAL), NAME_ELEMENT(REL_WHEEL), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "REL_DIAL"^~~~~~~~~~evtest.c:611:20: note: previous initialization is here [0 ... REL_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:616:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(REL_DIAL), NAME_ELEMENT(REL_WHEEL), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "REL_WHEEL"^~~~~~~~~~~evtest.c:611:20: note: previous initialization is here [0 ... REL_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:617:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(REL_MISC), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "REL_MISC"^~~~~~~~~~evtest.c:611:20: note: previous initialization is here [0 ... REL_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:622:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_X), NAME_ELEMENT(ABS_Y), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_X"^~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:622:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_X), NAME_ELEMENT(ABS_Y), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_Y"^~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:623:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_Z), NAME_ELEMENT(ABS_RX), ^~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_Z"^~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:623:25: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_Z), NAME_ELEMENT(ABS_RX), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_RX"^~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:624:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_RY), NAME_ELEMENT(ABS_RZ), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_RY"^~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:624:26: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_RY), NAME_ELEMENT(ABS_RZ), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_RZ"^~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:625:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_THROTTLE), NAME_ELEMENT(ABS_RUDDER), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_THROTTLE"^~~~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:625:31: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_THROTTLE), NAME_ELEMENT(ABS_RUDDER), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_RUDDER"^~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:626:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_WHEEL), NAME_ELEMENT(ABS_GAS), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_WHEEL"^~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:626:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_WHEEL), NAME_ELEMENT(ABS_GAS), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_GAS"^~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:627:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_BRAKE), NAME_ELEMENT(ABS_HAT0X), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_BRAKE"^~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:627:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_BRAKE), NAME_ELEMENT(ABS_HAT0X), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_HAT0X"^~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:628:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_HAT0Y), NAME_ELEMENT(ABS_HAT1X), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_HAT0Y"^~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:628:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_HAT0Y), NAME_ELEMENT(ABS_HAT1X), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_HAT1X"^~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:629:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_HAT1Y), NAME_ELEMENT(ABS_HAT2X), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_HAT1Y"^~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:629:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_HAT1Y), NAME_ELEMENT(ABS_HAT2X), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_HAT2X"^~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:630:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_HAT2Y), NAME_ELEMENT(ABS_HAT3X), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_HAT2Y"^~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:630:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_HAT2Y), NAME_ELEMENT(ABS_HAT3X), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_HAT3X"^~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:631:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_HAT3Y), NAME_ELEMENT(ABS_PRESSURE), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_HAT3Y"^~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:631:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_HAT3Y), NAME_ELEMENT(ABS_PRESSURE), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_PRESSURE"^~~~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:632:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_DISTANCE), NAME_ELEMENT(ABS_TILT_X), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_DISTANCE"^~~~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:632:31: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_DISTANCE), NAME_ELEMENT(ABS_TILT_X), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_TILT_X"^~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:633:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_TILT_Y), NAME_ELEMENT(ABS_TOOL_WIDTH), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_TILT_Y"^~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:633:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_TILT_Y), NAME_ELEMENT(ABS_TOOL_WIDTH), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_TOOL_WIDTH"^~~~~~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:634:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_VOLUME), NAME_ELEMENT(ABS_MISC), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_VOLUME"^~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:634:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_VOLUME), NAME_ELEMENT(ABS_MISC), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_MISC"^~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:636:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_MT_TOUCH_MAJOR), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_MT_TOUCH_MAJOR"^~~~~~~~~~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:637:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_MT_TOUCH_MINOR), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_MT_TOUCH_MINOR"^~~~~~~~~~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:638:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_MT_WIDTH_MAJOR), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_MT_WIDTH_MAJOR"^~~~~~~~~~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:639:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_MT_WIDTH_MINOR), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_MT_WIDTH_MINOR"^~~~~~~~~~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:640:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_MT_ORIENTATION), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_MT_ORIENTATION"^~~~~~~~~~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:641:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_MT_POSITION_X), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_MT_POSITION_X"^~~~~~~~~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:642:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_MT_POSITION_Y), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_MT_POSITION_Y"^~~~~~~~~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:643:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_MT_TOOL_TYPE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_MT_TOOL_TYPE"^~~~~~~~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:644:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_MT_BLOB_ID), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_MT_BLOB_ID"^~~~~~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:647:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_MT_TRACKING_ID), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_MT_TRACKING_ID"^~~~~~~~~~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:650:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_MT_PRESSURE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_MT_PRESSURE"^~~~~~~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:653:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_MT_SLOT), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_MT_SLOT"^~~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:656:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_MT_TOOL_X), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_MT_TOOL_X"^~~~~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:657:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_MT_TOOL_Y), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_MT_TOOL_Y"^~~~~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:658:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(ABS_MT_DISTANCE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "ABS_MT_DISTANCE"^~~~~~~~~~~~~~~~~evtest.c:621:20: note: previous initialization is here [0 ... ABS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:665:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(MSC_SERIAL), NAME_ELEMENT(MSC_PULSELED), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "MSC_SERIAL"^~~~~~~~~~~~evtest.c:664:21: note: previous initialization is here [ 0 ... MSC_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:665:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(MSC_SERIAL), NAME_ELEMENT(MSC_PULSELED), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "MSC_PULSELED"^~~~~~~~~~~~~~evtest.c:664:21: note: previous initialization is here [ 0 ... MSC_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:666:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(MSC_GESTURE), NAME_ELEMENT(MSC_RAW), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "MSC_GESTURE"^~~~~~~~~~~~~evtest.c:664:21: note: previous initialization is here [ 0 ... MSC_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:666:30: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(MSC_GESTURE), NAME_ELEMENT(MSC_RAW), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "MSC_RAW"^~~~~~~~~evtest.c:664:21: note: previous initialization is here [ 0 ... MSC_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:667:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(MSC_SCAN), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "MSC_SCAN"^~~~~~~~~~evtest.c:664:21: note: previous initialization is here [ 0 ... MSC_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:669:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(MSC_TIMESTAMP), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "MSC_TIMESTAMP"^~~~~~~~~~~~~~~evtest.c:664:21: note: previous initialization is here [ 0 ... MSC_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:675:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(LED_NUML), NAME_ELEMENT(LED_CAPSL), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "LED_NUML"^~~~~~~~~~evtest.c:674:20: note: previous initialization is here [0 ... LED_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:675:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(LED_NUML), NAME_ELEMENT(LED_CAPSL), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "LED_CAPSL"^~~~~~~~~~~evtest.c:674:20: note: previous initialization is here [0 ... LED_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:676:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(LED_SCROLLL), NAME_ELEMENT(LED_COMPOSE), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "LED_SCROLLL"^~~~~~~~~~~~~evtest.c:674:20: note: previous initialization is here [0 ... LED_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:676:30: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(LED_SCROLLL), NAME_ELEMENT(LED_COMPOSE), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "LED_COMPOSE"^~~~~~~~~~~~~evtest.c:674:20: note: previous initialization is here [0 ... LED_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:677:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(LED_KANA), NAME_ELEMENT(LED_SLEEP), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "LED_KANA"^~~~~~~~~~evtest.c:674:20: note: previous initialization is here [0 ... LED_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:677:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(LED_KANA), NAME_ELEMENT(LED_SLEEP), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "LED_SLEEP"^~~~~~~~~~~evtest.c:674:20: note: previous initialization is here [0 ... LED_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:678:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(LED_SUSPEND), NAME_ELEMENT(LED_MUTE), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "LED_SUSPEND"^~~~~~~~~~~~~evtest.c:674:20: note: previous initialization is here [0 ... LED_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:678:30: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(LED_SUSPEND), NAME_ELEMENT(LED_MUTE), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "LED_MUTE"^~~~~~~~~~evtest.c:674:20: note: previous initialization is here [0 ... LED_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:679:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(LED_MISC), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "LED_MISC"^~~~~~~~~~evtest.c:674:20: note: previous initialization is here [0 ... LED_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:681:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(LED_MAIL), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "LED_MAIL"^~~~~~~~~~evtest.c:674:20: note: previous initialization is here [0 ... LED_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:684:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(LED_CHARGING), ^~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "LED_CHARGING"^~~~~~~~~~~~~~evtest.c:674:20: note: previous initialization is here [0 ... LED_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:690:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(REP_DELAY), NAME_ELEMENT(REP_PERIOD) ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "REP_DELAY"^~~~~~~~~~~evtest.c:689:20: note: previous initialization is here [0 ... REP_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:690:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(REP_DELAY), NAME_ELEMENT(REP_PERIOD) ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "REP_PERIOD"^~~~~~~~~~~~evtest.c:689:20: note: previous initialization is here [0 ... REP_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:695:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SND_CLICK), NAME_ELEMENT(SND_BELL), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SND_CLICK"^~~~~~~~~~~evtest.c:694:20: note: previous initialization is here [0 ... SND_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:695:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SND_CLICK), NAME_ELEMENT(SND_BELL), ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SND_BELL"^~~~~~~~~~evtest.c:694:20: note: previous initialization is here [0 ... SND_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:696:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SND_TONE) ^~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SND_TONE"^~~~~~~~~~evtest.c:694:20: note: previous initialization is here [0 ... SND_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:701:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SYN_REPORT), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SYN_REPORT"^~~~~~~~~~~~evtest.c:700:20: note: previous initialization is here [0 ... SYN_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:702:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SYN_CONFIG), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SYN_CONFIG"^~~~~~~~~~~~evtest.c:700:20: note: previous initialization is here [0 ... SYN_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:703:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SYN_MT_REPORT), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SYN_MT_REPORT"^~~~~~~~~~~~~~~evtest.c:700:20: note: previous initialization is here [0 ... SYN_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:704:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SYN_DROPPED) ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SYN_DROPPED"^~~~~~~~~~~~~evtest.c:700:20: note: previous initialization is here [0 ... SYN_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:709:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SW_LID), ^~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SW_LID"^~~~~~~~evtest.c:708:19: note: previous initialization is here [0 ... SW_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:710:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SW_TABLET_MODE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SW_TABLET_MODE"^~~~~~~~~~~~~~~~evtest.c:708:19: note: previous initialization is here [0 ... SW_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:711:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SW_HEADPHONE_INSERT), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SW_HEADPHONE_INSERT"^~~~~~~~~~~~~~~~~~~~~evtest.c:708:19: note: previous initialization is here [0 ... SW_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:713:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SW_RFKILL_ALL), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SW_RFKILL_ALL"^~~~~~~~~~~~~~~evtest.c:708:19: note: previous initialization is here [0 ... SW_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:716:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SW_MICROPHONE_INSERT), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SW_MICROPHONE_INSERT"^~~~~~~~~~~~~~~~~~~~~~evtest.c:708:19: note: previous initialization is here [0 ... SW_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:719:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SW_DOCK), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SW_DOCK"^~~~~~~~~evtest.c:708:19: note: previous initialization is here [0 ... SW_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:722:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SW_LINEOUT_INSERT), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SW_LINEOUT_INSERT"^~~~~~~~~~~~~~~~~~~evtest.c:708:19: note: previous initialization is here [0 ... SW_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:725:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SW_JACK_PHYSICAL_INSERT), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SW_JACK_PHYSICAL_INSERT"^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:708:19: note: previous initialization is here [0 ... SW_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:728:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SW_VIDEOOUT_INSERT), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SW_VIDEOOUT_INSERT"^~~~~~~~~~~~~~~~~~~~evtest.c:708:19: note: previous initialization is here [0 ... SW_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:731:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SW_CAMERA_LENS_COVER), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SW_CAMERA_LENS_COVER"^~~~~~~~~~~~~~~~~~~~~~evtest.c:708:19: note: previous initialization is here [0 ... SW_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:732:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SW_KEYPAD_SLIDE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SW_KEYPAD_SLIDE"^~~~~~~~~~~~~~~~~evtest.c:708:19: note: previous initialization is here [0 ... SW_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:733:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SW_FRONT_PROXIMITY), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SW_FRONT_PROXIMITY"^~~~~~~~~~~~~~~~~~~~evtest.c:708:19: note: previous initialization is here [0 ... SW_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:736:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SW_ROTATE_LOCK), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SW_ROTATE_LOCK"^~~~~~~~~~~~~~~~evtest.c:708:19: note: previous initialization is here [0 ... SW_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:739:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SW_LINEIN_INSERT), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SW_LINEIN_INSERT"^~~~~~~~~~~~~~~~~~evtest.c:708:19: note: previous initialization is here [0 ... SW_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:742:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(SW_MUTE_DEVICE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "SW_MUTE_DEVICE"^~~~~~~~~~~~~~~~evtest.c:708:19: note: previous initialization is here [0 ... SW_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:748:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(FF_RUMBLE), NAME_ELEMENT(FF_PERIODIC), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "FF_RUMBLE"^~~~~~~~~~~evtest.c:747:19: note: previous initialization is here [0 ... FF_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:748:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(FF_RUMBLE), NAME_ELEMENT(FF_PERIODIC), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "FF_PERIODIC"^~~~~~~~~~~~~evtest.c:747:19: note: previous initialization is here [0 ... FF_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:749:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(FF_CONSTANT), NAME_ELEMENT(FF_SPRING), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "FF_CONSTANT"^~~~~~~~~~~~~evtest.c:747:19: note: previous initialization is here [0 ... FF_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:749:30: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(FF_CONSTANT), NAME_ELEMENT(FF_SPRING), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "FF_SPRING"^~~~~~~~~~~evtest.c:747:19: note: previous initialization is here [0 ... FF_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:750:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(FF_FRICTION), NAME_ELEMENT(FF_DAMPER), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "FF_FRICTION"^~~~~~~~~~~~~evtest.c:747:19: note: previous initialization is here [0 ... FF_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:750:30: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(FF_FRICTION), NAME_ELEMENT(FF_DAMPER), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "FF_DAMPER"^~~~~~~~~~~evtest.c:747:19: note: previous initialization is here [0 ... FF_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:751:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(FF_INERTIA), NAME_ELEMENT(FF_RAMP), ^~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "FF_INERTIA"^~~~~~~~~~~~evtest.c:747:19: note: previous initialization is here [0 ... FF_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:751:29: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(FF_INERTIA), NAME_ELEMENT(FF_RAMP), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "FF_RAMP"^~~~~~~~~evtest.c:747:19: note: previous initialization is here [0 ... FF_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:752:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(FF_SQUARE), NAME_ELEMENT(FF_TRIANGLE), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "FF_SQUARE"^~~~~~~~~~~evtest.c:747:19: note: previous initialization is here [0 ... FF_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:752:28: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(FF_SQUARE), NAME_ELEMENT(FF_TRIANGLE), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "FF_TRIANGLE"^~~~~~~~~~~~~evtest.c:747:19: note: previous initialization is here [0 ... FF_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:753:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(FF_SINE), NAME_ELEMENT(FF_SAW_UP), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "FF_SINE"^~~~~~~~~evtest.c:747:19: note: previous initialization is here [0 ... FF_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:753:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(FF_SINE), NAME_ELEMENT(FF_SAW_UP), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "FF_SAW_UP"^~~~~~~~~~~evtest.c:747:19: note: previous initialization is here [0 ... FF_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:754:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(FF_SAW_DOWN), NAME_ELEMENT(FF_CUSTOM), ^~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "FF_SAW_DOWN"^~~~~~~~~~~~~evtest.c:747:19: note: previous initialization is here [0 ... FF_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:754:30: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(FF_SAW_DOWN), NAME_ELEMENT(FF_CUSTOM), ^~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "FF_CUSTOM"^~~~~~~~~~~evtest.c:747:19: note: previous initialization is here [0 ... FF_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:755:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(FF_GAIN), NAME_ELEMENT(FF_AUTOCENTER), ^~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "FF_GAIN"^~~~~~~~~evtest.c:747:19: note: previous initialization is here [0 ... FF_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:755:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(FF_GAIN), NAME_ELEMENT(FF_AUTOCENTER), ^~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "FF_AUTOCENTER"^~~~~~~~~~~~~~~evtest.c:747:19: note: previous initialization is here [0 ... FF_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:760:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(FF_STATUS_STOPPED), NAME_ELEMENT(FF_STATUS_PLAYING), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "FF_STATUS_STOPPED"^~~~~~~~~~~~~~~~~~~evtest.c:759:26: note: previous initialization is here [0 ... FF_STATUS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:760:35: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] NAME_ELEMENT(FF_STATUS_STOPPED), NAME_ELEMENT(FF_STATUS_PLAYING), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~evtest.c:87:43: note: expanded from macro 'NAME_ELEMENT'#define NAME_ELEMENT(element) [element] = #element ^~~~~~~~:5:1: note: expanded from here "FF_STATUS_PLAYING"^~~~~~~~~~~~~~~~~~~evtest.c:759:26: note: previous initialization is here [0 ... FF_STATUS_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:765:13: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_SYN] = syns, [EV_KEY] = keys, ^~~~evtest.c:764:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:765:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_SYN] = syns, [EV_KEY] = keys, ^~~~evtest.c:764:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:766:13: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_REL] = relatives, [EV_ABS] = absolutes, ^~~~~~~~~evtest.c:764:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:766:37: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_REL] = relatives, [EV_ABS] = absolutes, ^~~~~~~~~evtest.c:764:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:767:13: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_MSC] = misc, [EV_LED] = leds, ^~~~evtest.c:764:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:767:32: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_MSC] = misc, [EV_LED] = leds, ^~~~evtest.c:764:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:768:13: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_SND] = sounds, [EV_REP] = repeats, ^~~~~~evtest.c:764:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:768:34: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_SND] = sounds, [EV_REP] = repeats, ^~~~~~~evtest.c:764:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:769:12: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_SW] = switches, ^~~~~~~~evtest.c:764:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:770:12: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_FF] = force, [EV_FF_STATUS] = forcestatus, ^~~~~evtest.c:764:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~evtest.c:770:38: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] [EV_FF] = force, [EV_FF_STATUS] = forcestatus, ^~~~~~~~~~~evtest.c:764:19: note: previous initialization is here [0 ... EV_MAX] = NULL, ^~~~/usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'# define NULL ((void*)0) ^~~~~~~~~~674 warnings generated.mv -f .deps/evtest.Tpo .deps/evtest.Poclang -o evtest evtest.o Note: Writing evtest.1rm evtest.xmlmake[1]: Leaving directory '/tmp/evtest/src/evtest-1.33'==> Entering fakeroot environment...==> Starting package()...make[1]: Entering directory '/tmp/evtest/src/evtest-1.33' /usr/bin/mkdir -p '/tmp/evtest/pkg/evtest/usr/bin' /usr/bin/install -c evtest '/tmp/evtest/pkg/evtest/usr/bin' /usr/bin/mkdir -p '/tmp/evtest/pkg/evtest/usr/share/man/man1' /usr/bin/install -c -m 644 evtest.1 '/tmp/evtest/pkg/evtest/usr/share/man/man1'make[1]: Leaving directory '/tmp/evtest/src/evtest-1.33'==> Tidying install... -> Removing doc files... -> Purging unwanted files...==> Checking for packaging issue...==> Creating package "evtest"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file...error: invalid option '--noprogressbar' -> Generating .MTREE file... -> Compressing package...==> Leaving fakeroot environment.==> Finished making: evtest 1.33-2 (Thu Apr 13 19:31:02 UTC 2017)CMD: pacman --query --file evtest-1.33-2-x86_64.pkg.tar.xz
Creating hybrid package for 'evtest'
Trying to find vanilla package 'evtest'...
CMD: pacman --query --file /mirror/evtest-1.33-2.pkg.tar.xz
Package file has the following structure:
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z
CMD: bsdtar -tqf evtest.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/evtest.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/evtest.pkg.tar.xz
==> Extracting database to a temporary location...==> Extracting database to a temporary location...==> Adding package '/var/cache/pacman/pkg/evtest.pkg.tar.xz' -> Computing checksums... -> Creating 'desc' db entry... -> Creating 'files' db entry...==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'Printing config logfiles
CMD: config logfiles '/tmp/evtest/src/evtest-1.33/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by evtest configure 1.33, which wasgenerated by GNU Autoconf 2.69. Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr## --------- #### Platform. #### --------- ##hostname = 365d0084566funame -m = x86_64uname -r = 4.10.6-1-ARCHuname -s = Linuxuname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017/usr/bin/uname -p = unknown/bin/uname -X = unknown/bin/arch = unknown/usr/bin/arch -k = unknown/usr/convex/getsysinfo = unknown/usr/bin/hostinfo = unknown/bin/machine = unknown/usr/bin/oslevel = unknown/bin/universe = unknownPATH: /usr/binPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/binPATH: /usr/lib/jvm/default/binPATH: /usr/bin/site_perlPATH: /usr/bin/vendor_perlPATH: /usr/bin/core_perl## ----------- #### Core tests. #### ----------- ##configure:1854: checking for a BSD-compatible installconfigure:1922: result: /usr/bin/install -cconfigure:1933: checking whether build environment is saneconfigure:1988: result: yesconfigure:2047: checking for x86_64-unknown-linux-stripconfigure:2077: result: noconfigure:2087: checking for stripconfigure:2103: found /usr/bin/stripconfigure:2114: result: stripconfigure:2139: checking for a thread-safe mkdir -pconfigure:2178: result: /usr/bin/mkdir -pconfigure:2185: checking for gawkconfigure:2201: found /usr/bin/gawkconfigure:2212: result: gawkconfigure:2223: checking whether make sets $(MAKE)configure:2245: result: yesconfigure:2274: checking whether make supports nested variablesconfigure:2291: result: yesconfigure:2428: checking for x86_64-unknown-linux-gccconfigure:2455: result: clangconfigure:2724: checking for C compiler versionconfigure:2733: clang --version >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binconfigure:2744: $? = 0configure:2733: clang -v >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binFound candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Candidate multilib: .;@m64... rest of stderr output deleted ...configure:2744: $? = 0configure:2733: clang -V >&5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:2744: $? = 1configure:2733: clang -qversion >&5clang-3.8: error: unknown argument: '-qversion'clang-3.8: error: no input filesconfigure:2744: $? = 1configure:2764: checking whether the C compiler worksconfigure:2786: clang conftest.c >&5configure:2790: $? = 0configure:2838: result: yesconfigure:2841: checking for C compiler default output file nameconfigure:2843: result: a.outconfigure:2849: checking for suffix of executablesconfigure:2856: clang -o conftest conftest.c >&5configure:2860: $? = 0configure:2882: result:configure:2904: checking whether we are cross compilingconfigure:2912: clang -o conftest conftest.c >&5configure:2916: $? = 0configure:2923: ./conftestconfigure:2927: $? = 0configure:2942: result: noconfigure:2947: checking for suffix of object filesconfigure:2969: clang -c conftest.c >&5configure:2973: $? = 0configure:2994: result: oconfigure:2998: checking whether we are using the GNU C compilerconfigure:3017: clang -c conftest.c >&5configure:3017: $? = 0configure:3026: result: yesconfigure:3035: checking whether clang accepts -gconfigure:3055: clang -c -g conftest.c >&5configure:3055: $? = 0configure:3096: result: yesconfigure:3113: checking for clang option to accept ISO C89configure:3176: clang -c conftest.c >&5configure:3176: $? = 0configure:3189: result: none neededconfigure:3214: checking whether clang understands -c and -o togetherconfigure:3236: clang -c conftest.c -o conftest2.oconfigure:3239: $? = 0configure:3236: clang -c conftest.c -o conftest2.oconfigure:3239: $? = 0configure:3251: result: yesconfigure:3279: checking for style of include used by makeconfigure:3307: result: GNUconfigure:3333: checking dependency style of clangconfigure:3444: result: gcc3configure:3471: checking for x86_64-unknown-linux-pkg-configconfigure:3504: result: noconfigure:3514: checking for pkg-configconfigure:3532: found /usr/bin/pkg-configconfigure:3544: result: /usr/bin/pkg-configconfigure:3569: checking pkg-config is at least version 0.9.0configure:3572: result: yesconfigure:3583: checking for xsltprocconfigure:3601: found /usr/bin/xsltprocconfigure:3613: result: /usr/bin/xsltprocconfigure:3637: checking for xmltoconfigure:3655: found /usr/bin/xmltoconfigure:3667: result: /usr/bin/xmltoconfigure:3678: checking for asciidocconfigure:3696: found /usr/bin/asciidocconfigure:3708: result: /usr/bin/asciidocconfigure:3840: checking that generated files are newer than configureconfigure:3846: result: doneconfigure:3877: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by evtest config.status 1.33, which wasgenerated by GNU Autoconf 2.69. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson 365d0084566fconfig.status:849: creating Makefileconfig.status:849: creating config.hconfig.status:1030: config.h is unchangedconfig.status:1078: executing depfiles commands## ---------------- #### Cache variables. #### ---------------- ##ac_cv_c_compiler_gnu=yesac_cv_env_ASCIIDOC_set=ac_cv_env_ASCIIDOC_value=ac_cv_env_CC_set=setac_cv_env_CC_value=clangac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_LDFLAGS_set=setac_cv_env_LDFLAGS_value=ac_cv_env_LIBS_set=ac_cv_env_LIBS_value=ac_cv_env_PKG_CONFIG_LIBDIR_set=ac_cv_env_PKG_CONFIG_LIBDIR_value=ac_cv_env_PKG_CONFIG_PATH_set=ac_cv_env_PKG_CONFIG_PATH_value=ac_cv_env_PKG_CONFIG_set=ac_cv_env_PKG_CONFIG_value=ac_cv_env_XMLTO_set=ac_cv_env_XMLTO_value=ac_cv_env_build_alias_set=ac_cv_env_build_alias_value=ac_cv_env_host_alias_set=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_objext=oac_cv_path_ASCIIDOC=/usr/bin/asciidocac_cv_path_XMLTO=/usr/bin/xmltoac_cv_path_XSLTPROC=/usr/bin/xsltprocac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-configac_cv_path_install='/usr/bin/install -c'ac_cv_path_mkdir=/usr/bin/mkdirac_cv_prog_AWK=gawkac_cv_prog_CC=clangac_cv_prog_ac_ct_STRIP=stripac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_prog_make_make_set=yesam_cv_CC_dependencies_compiler_type=gcc3am_cv_make_support_nested_variables=yesam_cv_prog_cc_c_o=yes## ----------------- #### Output variables. #### ----------------- ##ACLOCAL='${SHELL} /tmp/evtest/src/evtest-1.33/missing aclocal-1.15'AMDEPBACKSLASH='\'AMDEP_FALSE='#'AMDEP_TRUE=''AMTAR='$${TAR-tar}'AM_BACKSLASH='\'AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'AM_DEFAULT_VERBOSITY='1'AM_V='$(V)'ASCIIDOC='/usr/bin/asciidoc'AUTOCONF='${SHELL} /tmp/evtest/src/evtest-1.33/missing autoconf'AUTOHEADER='${SHELL} /tmp/evtest/src/evtest-1.33/missing autoheader'AUTOMAKE='${SHELL} /tmp/evtest/src/evtest-1.33/missing automake-1.15'AWK='gawk'CC='clang'CCDEPMODE='depmode=gcc3'CFLAGS=''CPPFLAGS=''CYGPATH_W='echo'DEFS='-DHAVE_CONFIG_H'DEPDIR='.deps'ECHO_C=''ECHO_N='-n'ECHO_T=''EXEEXT=''HAVE_DOCTOOLS_FALSE='#'HAVE_DOCTOOLS_TRUE=''HAVE_XSLTPROC_FALSE='#'HAVE_XSLTPROC_TRUE=''INSTALL_DATA='${INSTALL} -m 644'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'LDFLAGS=''LIBOBJS=''LIBS=''LTLIBOBJS=''MAKEINFO='${SHELL} /tmp/evtest/src/evtest-1.33/missing makeinfo'MKDIR_P='/usr/bin/mkdir -p'OBJEXT='o'PACKAGE='evtest'PACKAGE_BUGREPORT='https://bugzilla.freedesktop.org/enter_bug.cgi?product=evtest'PACKAGE_NAME='evtest'PACKAGE_STRING='evtest 1.33'PACKAGE_TARNAME='evtest'PACKAGE_URL=''PACKAGE_VERSION='1.33'PATH_SEPARATOR=':'PKG_CONFIG='/usr/bin/pkg-config'PKG_CONFIG_LIBDIR=''PKG_CONFIG_PATH=''SET_MAKE=''SHELL='/bin/sh'STRIP='strip'VERSION='1.33'XMLTO='/usr/bin/xmlto'XSLTPROC='/usr/bin/xsltproc'ac_ct_CC=''am__EXEEXT_FALSE=''am__EXEEXT_TRUE='#'am__fastdepCC_FALSE='#'am__fastdepCC_TRUE=''am__include='include'am__isrc=''am__leading_dot='.'am__nodep='_no'am__quote=''am__tar='$${TAR-tar} chof - "$$tardir"'am__untar='$${TAR-tar} xf -'bindir='${exec_prefix}/bin'build_alias=''datadir='${datarootdir}'datarootdir='${prefix}/share'docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'dvidir='${docdir}'exec_prefix='${prefix}'host_alias='x86_64-unknown-linux'htmldir='${docdir}'includedir='${prefix}/include'infodir='${datarootdir}/info'install_sh='${SHELL} /tmp/evtest/src/evtest-1.33/install-sh'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'localedir='${datarootdir}/locale'localstatedir='${prefix}/var'mandir='${datarootdir}/man'mkdir_p='$(MKDIR_P)'oldincludedir='/usr/include'pdfdir='${docdir}'prefix='/usr'program_transform_name='s,x,x,'psdir='${docdir}'sbindir='${exec_prefix}/sbin'sharedstatedir='${prefix}/com'sysconfdir='${prefix}/etc'target_alias=''## ----------- #### confdefs.h. #### ----------- ##/* confdefs.h */#define PACKAGE_NAME "evtest"#define PACKAGE_TARNAME "evtest"#define PACKAGE_VERSION "1.33"#define PACKAGE_STRING "evtest 1.33"#define PACKAGE_BUGREPORT "https://bugzilla.freedesktop.org/enter_bug.cgi?product=evtest"#define PACKAGE_URL ""#define PACKAGE "evtest"#define VERSION "1.33"configure: exit 0