Browse Source

ENH: remove warning

Bill Hoffman 22 years ago
parent
commit
6174100b92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmCTest.cxx

+ 1 - 1
Source/cmCTest.cxx

@@ -4842,7 +4842,7 @@ void cmCTest::SetTestsToRunInformation(const char* in)
   int end = -1;
   int stride = -1;
   std::string::size_type pos = 0;
-  std::string::size_type pos2 = 0;
+  std::string::size_type pos2;
   // read start
   if(GetNextNumber(testArgs, start, pos, pos2))
     {