keyboard.cpp: In function ‘const char** getInputString(uint32_t&)’:
keyboard.cpp:167:24: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
if ( c >= 32 && c <= 127 )
Original issue reported on code.google.com by ysang...@gmail.com on 29 Oct 2014 at 11:25
Original issue reported on code.google.com by
ysang...@gmail.com
on 29 Oct 2014 at 11:25