[DISABLE, INFORMATION , WARNING, ERROR]
The compiler has detected a condition to be always false. This may also happen if the compiler uses high level optimizations, but could also be a hint for a possible programming error.
unsigned int i;
if (-i < 0) i = -i;
If it is a programming error, correct the statement