ENH: fix warning

This commit is contained in:
Bill Hoffman 2009-07-17 16:15:11 -04:00
parent df9c3b1a68
commit eb5d0a7f61
1 changed files with 1 additions and 1 deletions

View File

@ -1109,7 +1109,7 @@ void cmCTestTestHandler::ComputeTestList()
// Set the TestList to the final list of all test
this->TestList = finalList;
std::string::size_type max = this->CTest->GetMaxTestNameWidth();
for (ListOfTests::iterator it = this->TestList.begin();
for (it = this->TestList.begin();
it != this->TestList.end(); it ++ )
{
cmCTestTestProperties& p = *it;