COMP: fix warning
This commit is contained in:
parent
7098b666fa
commit
fba54c56f2
|
@ -1122,7 +1122,7 @@ void cmCTestTestHandler::LoadTestList()
|
|||
return;
|
||||
}
|
||||
bool ok = true;
|
||||
int numTestsToRun;
|
||||
int numTestsToRun = 0;
|
||||
ok = ok && this->GetValue("TotalNumberOfTests:",
|
||||
this->TotalNumberOfTests, fin);
|
||||
ok = ok && this->GetValue("NumberOfTestsToRun:", numTestsToRun, fin);
|
||||
|
|
Loading…
Reference in New Issue