[Cmake-commits] [cmake-commits] hoffman committed cmCTestTestHandler.cxx 1.72 1.73

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jul 4 09:50:34 EDT 2008


Update of /cvsroot/CMake/CMake/Source/CTest
In directory public:/mounts/ram/cvs-serv12799/CTest

Modified Files:
	cmCTestTestHandler.cxx 
Log Message:
COMP: fix some warnings


Index: cmCTestTestHandler.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestTestHandler.cxx,v
retrieving revision 1.72
retrieving revision 1.73
diff -C 2 -d -r1.72 -r1.73
*** cmCTestTestHandler.cxx	3 Jul 2008 13:31:32 -0000	1.72
--- cmCTestTestHandler.cxx	4 Jul 2008 13:50:32 -0000	1.73
***************
*** 1144,1148 ****
      cmCTestTestProperties p;
      int numArgs;
!     bool ok = this->GetValue("Name:", p.Name, fin);
      ok = ok && this->GetValue("Directory:", p.Directory, fin);
      ok = ok && this->GetValue("Args:", numArgs, fin);
--- 1144,1148 ----
      cmCTestTestProperties p;
      int numArgs;
!     ok = this->GetValue("Name:", p.Name, fin);
      ok = ok && this->GetValue("Directory:", p.Directory, fin);
      ok = ok && this->GetValue("Args:", numArgs, fin);
***************
*** 2197,2201 ****
              for ( crit = lval.begin(); crit != lval.end(); ++ crit )
                {
-               cmCTestTestProperties* tp = &(*rtit);
                rtit->Depends.push_back(*crit);
                }
--- 2197,2200 ----



More information about the Cmake-commits mailing list