COMP: fix warning

This commit is contained in:
Bill Hoffman 2008-07-06 22:06:08 -04:00
parent a4ae5a72a0
commit bc58fe6485
1 changed files with 1 additions and 1 deletions

View File

@ -1804,7 +1804,7 @@ void cmCTestTestHandler::ExpandTestsToRunInformation(size_t numTests)
// if end isnot specified then we assume we end with the last test
if(end == -1)
{
end = numTests;
end = static_cast<int>(numTests);
}
// if the stride wasn't specified then it defaults to 1