COMP: fix warning
This commit is contained in:
parent
d67ccb828d
commit
15d338e26f
|
@ -932,7 +932,8 @@ void cmCTestTestHandler::ProcessDirectory(std::vector<cmStdString> &passed,
|
||||||
}
|
}
|
||||||
|
|
||||||
// process this one test
|
// process this one test
|
||||||
this->ProcessOneTest(&(*it), passed, failed, cnt, tmsize);
|
this->ProcessOneTest(&(*it), passed, failed, cnt,
|
||||||
|
static_cast<int>(tmsize));
|
||||||
}
|
}
|
||||||
|
|
||||||
this->EndTest = this->CTest->CurrentTime();
|
this->EndTest = this->CTest->CurrentTime();
|
||||||
|
|
Loading…
Reference in New Issue