ERR: Fixed unused variable assignment warning.
This commit is contained in:
parent
724019f91c
commit
32a6a8fb0c
|
@ -4976,7 +4976,7 @@ void cmCTest::ExpandTestsToRunInformation(int numTests)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
int start = -1;
|
int start;
|
||||||
int end = -1;
|
int end = -1;
|
||||||
int stride = -1;
|
int stride = -1;
|
||||||
std::string::size_type pos = 0;
|
std::string::size_type pos = 0;
|
||||||
|
|
Loading…
Reference in New Issue