mirror of
https://github.com/X11Libre/xf86-input-void.git
synced 2026-04-14 10:54:20 +00:00
void.c:114:21: warning: implicit conversion loses integer precision:
'int' to 'unsigned char' [-Wconversion]
map[i + 1] = i + 1;
~ ~~^~~
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>