mirror of
https://github.com/X11Libre/xf86-input-void.git
synced 2026-03-24 17:44:11 +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>