diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx index 1a98931f6..a817b303c 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.cxx +++ b/Source/cmGlobalUnixMakefileGenerator3.cxx @@ -982,7 +982,7 @@ GetNumberOfProgressActionsInAll(cmLocalUnixMakefileGenerator3 *lg) (activeTgts.front()->GetMakefile()->GetLocalGenerator()); std::vector &progFiles2 = lg4->ProgressFiles[activeTgts.front()->GetName()]; - result += progFiles2.size(); + result += static_cast(progFiles2.size()); std::vector deps2 = this->GetTargetDepends(*activeTgts.front()); for (std::vector::const_iterator di =