ENH: remove warning

This commit is contained in:
Bill Hoffman 2004-01-08 08:22:09 -05:00
parent eb9c51a5ad
commit 4f4984ff7f
1 changed files with 1 additions and 1 deletions

View File

@ -4142,7 +4142,7 @@ int cmCTest::RunCMakeAndTest(std::string* outstring)
std::vector<const char*> testCommand;
testCommand.push_back(fullPath.c_str());
for(unsigned int k=0; k < m_TestCommandArgs.size(); ++k)
for(k=0; k < m_TestCommandArgs.size(); ++k)
{
out << m_TestCommandArgs[k].c_str() << "\n";
testCommand.push_back(m_TestCommandArgs[k].c_str());