mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 23:00:07 -06:00
ENH: remove warning
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user