COMP: fix a few more warnings
This commit is contained in:
parent
5aa8ec2067
commit
cb4eaeabe5
@ -1147,7 +1147,7 @@ void cmCTestTestHandler::LoadTestList()
|
||||
for(int i =0; i < numTestsToRun; i++)
|
||||
{
|
||||
cmCTestTestProperties p;
|
||||
int numArgs;
|
||||
int numArgs = 0;
|
||||
ok = this->GetValue("Name:", p.Name, fin);
|
||||
ok = ok && this->GetValue("Directory:", p.Directory, fin);
|
||||
ok = ok && this->GetValue("Args:", numArgs, fin);
|
||||
@ -1763,7 +1763,7 @@ const char* cmCTestTestHandler::GetTestStatus(int status)
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
void cmCTestTestHandler::ExpandTestsToRunInformation(int numTests)
|
||||
void cmCTestTestHandler::ExpandTestsToRunInformation(size_t numTests)
|
||||
{
|
||||
if (this->TestsToRunString.empty())
|
||||
{
|
||||
|
@ -218,7 +218,7 @@ private:
|
||||
std::string FindTheExecutable(const char *exe);
|
||||
|
||||
const char* GetTestStatus(int status);
|
||||
void ExpandTestsToRunInformation(int numPossibleTests);
|
||||
void ExpandTestsToRunInformation(size_t numPossibleTests);
|
||||
|
||||
std::vector<cmStdString> CustomPreTest;
|
||||
std::vector<cmStdString> CustomPostTest;
|
||||
|
Loading…
x
Reference in New Issue
Block a user