Avoid initializer index range
authorMichael Forney <mforney@mforney.org>
Mon, 17 Jun 2019 00:14:18 +0000 (17:14 -0700)
committerMichael Forney <mforney@mforney.org>
Thu, 6 Feb 2020 04:31:30 +0000 (20:31 -0800)
commit2f300eb6b58a0fa25c462f51ada3c84fa56304a0
treefbe5f9d6ea6fbdfb62d3ee86df14e0e1b69d4d17
parent06ef34c86bc9c50ac18063121be761d99f816636
Avoid initializer index range

This is a GNU C extension, and is not available in ISO C.

Instead, just explicitly initialize other indices to -1.

Signed-off-by: Michael Forney <mforney@mforney.org>
libevdev/make-event-names.py