Fix gcc 7.3 strict-overflow warning
The body of a 'for' loop was modifying the value of the counter variable. Apparently gcc 7.3 did not like this (neither do I).
The body of a 'for' loop was modifying the value of the counter variable. Apparently gcc 7.3 did not like this (neither do I).