COMP: Fix bootstrap build after previous change to signature of AddRuleHash.

This commit is contained in:
Brad King 2008-06-03 10:02:18 -04:00
parent e79b73d61f
commit 2453164126

View File

@ -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
} }