COMP: Fix bootstrap build after previous change to signature of AddRuleHash.
This commit is contained in:
parent
e79b73d61f
commit
2453164126
@ -1979,8 +1979,8 @@ cmGlobalGenerator::AddRuleHash(const std::vector<std::string>& outputs,
|
|||||||
this->RuleHashes[fname] = hash;
|
this->RuleHashes[fname] = hash;
|
||||||
#else
|
#else
|
||||||
(void)outputs;
|
(void)outputs;
|
||||||
(void)depends;
|
(void)first;
|
||||||
(void)commands;
|
(void)last;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user