ENH: remove warning
This commit is contained in:
parent
e61aa37cdf
commit
6174100b92
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue