summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-01-08 13:22:09 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-01-08 13:22:09 (GMT)
commit4f4984ff7fb4fb2800937edf577844cda86d3a6a (patch)
tree55a54bda506bca43b530c15f484d76b178021655
parenteb9c51a5ad54759373d9d75e731803cf157f9d8f (diff)
downloadCMake-4f4984ff7fb4fb2800937edf577844cda86d3a6a.zip
CMake-4f4984ff7fb4fb2800937edf577844cda86d3a6a.tar.gz
CMake-4f4984ff7fb4fb2800937edf577844cda86d3a6a.tar.bz2
ENH: remove warning
-rw-r--r--Source/cmCTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 79c18aa..5c8abc3 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -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());