C6296
Visual Studio 2012
warning C6296: Ill-defined for-loop: Loop body only executed once
This warning indicates that a for-loop might not function as intended. When the index is unsigned and a loop counts down from zero, its body is run only once.