Raphaeljunior / blockchain

Automatically exported from code.google.com/p/blockchain
0 stars 0 forks source link

unnecessary comparison #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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