COMP: Fix rule hash code during bootstrap

During bootstrap we do not bother with rule hashing.  This updates the
dummy implementation to account for the recent change in rule hash
method signatures.
This commit is contained in:
Brad King 2009-02-02 14:36:45 -05:00
parent 496c203a0b
commit fd40f27420
1 changed files with 1 additions and 2 deletions

View File

@ -2035,8 +2035,7 @@ cmGlobalGenerator::AddRuleHash(const std::vector<std::string>& outputs,
this->RuleHashes[fname] = hash;
#else
(void)outputs;
(void)first;
(void)last;
(void)content;
#endif
}