Makes the warning go away and you got one useless statement less.
ok, i do have several useless statements...however, rightmarker is an int variable that I want to define the start of my for loop. For any other int for (int i=100; i >=variable; --i)
works, so is there a way to replace the first statement with an int variable?