Files
xf86-input-void/src
Alan Coopersmith 1ff7a4ae9c Fix an integer truncation warning from clang
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>
2013-07-20 12:33:08 -07:00
..