浏览代码

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

Brad King 17 年之前
父节点
当前提交
2453164126
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Source/cmGlobalGenerator.cxx

+ 2 - 2
Source/cmGlobalGenerator.cxx

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