Ninja: remove int/size_t warning
This commit is contained in:
parent
6332ba5a58
commit
990f77eab3
|
@ -558,7 +558,7 @@ void cmGlobalNinjaGenerator::AddRule(const std::string& name,
|
|||
restat,
|
||||
generator);
|
||||
|
||||
this->RuleCmdLength[name] = command.size();
|
||||
this->RuleCmdLength[name] = (int) command.size();
|
||||
}
|
||||
|
||||
bool cmGlobalNinjaGenerator::HasRule(const std::string &name)
|
||||
|
|
Loading…
Reference in New Issue