[Cmake-commits] [cmake-commits] hoffman committed cmCTest.cxx 1.335 1.336
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Jul 4 09:50:34 EDT 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv12799
Modified Files:
cmCTest.cxx
Log Message:
COMP: fix some warnings
Index: cmCTest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCTest.cxx,v
retrieving revision 1.335
retrieving revision 1.336
diff -C 2 -d -r1.335 -r1.336
*** cmCTest.cxx 3 Jul 2008 13:31:27 -0000 1.335
--- cmCTest.cxx 4 Jul 2008 13:50:31 -0000 1.336
***************
*** 1660,1664 ****
{
i++;
- int plevel = atoi(args[i].c_str());
this->SetParallelCacheFile(args[i].c_str());
}
--- 1660,1663 ----
More information about the Cmake-commits
mailing list