Discontinued
Technical Support
On-Line Manuals
CARM User's Guide
*** Error C186 Meaningless Use of an Expression
Meaningless Use of an Expression
The compiler has comparison with a constant which never yields true. for example, comparing the value of an unsigned char with a constant value greater than 0xFF is meaningless because it false regardless of the unsigned char value.