ENH: remove warning
This commit is contained in:
parent
eb9c51a5ad
commit
4f4984ff7f
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue