mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
Ninja: remove int/size_t warning
This commit is contained in:
committed by
David Cole
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)
|
||||
|
||||
Reference in New Issue
Block a user