summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-07-04 13:50:32 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-07-04 13:50:32 (GMT)
commit7098b666faa2ddacdd2bf97b7533561a9f58bda6 (patch)
treec1639d27c02d4013cdf2d4be9fdef1c055f590e1 /Source/cmCTest.cxx
parent9466dd3481b72853c575ca8d01d9781e547a86c5 (diff)
downloadCMake-7098b666faa2ddacdd2bf97b7533561a9f58bda6.zip
CMake-7098b666faa2ddacdd2bf97b7533561a9f58bda6.tar.gz
CMake-7098b666faa2ddacdd2bf97b7533561a9f58bda6.tar.bz2
COMP: fix some warnings
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r--Source/cmCTest.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 39da6cc..77bf102 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -1659,7 +1659,6 @@ void cmCTest::HandleCommandLineArguments(size_t &i,
if(this->CheckArgument(arg, "--parallel-cache") && i < args.size() - 1)
{
i++;
- int plevel = atoi(args[i].c_str());
this->SetParallelCacheFile(args[i].c_str());
}