C6292
Visual Studio 2012
warning C6292: ill-defined for-loop: counts up from maximum
This warning indicates that a for-loop might not function as intended.
It occurs when a loop counts up from a maximum, but has a lower termination condition. This loop will terminate only after integer overflow occurs.