ENH: remove warning

This commit is contained in:
Bill Hoffman 2004-04-14 08:55:43 -04:00
parent e61aa37cdf
commit 6174100b92
1 changed files with 1 additions and 1 deletions

View File

@ -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))
{