-
Notifications
You must be signed in to change notification settings - Fork 0
unnecessary comparison #10
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable