I got warning:
Pe186 \"Pointless comparison of unsigned int with zero\"
when I tried to compile the following code:
I think you meant to say
for(clLoop = cpLoopStart; clLoop; clLoop--) { //Do something }