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