Ken Martin 19 лет назад
Родитель
Сommit
15d338e26f
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      Source/CTest/cmCTestTestHandler.cxx

+ 2 - 1
Source/CTest/cmCTestTestHandler.cxx

@@ -932,7 +932,8 @@ void cmCTestTestHandler::ProcessDirectory(std::vector<cmStdString> &passed,
       }
     
     // 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();