summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r--Source/cmGlobalGenerator.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx
index b0a6e83..d537b85 100644
--- a/Source/cmGlobalGenerator.cxx
+++ b/Source/cmGlobalGenerator.cxx
@@ -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
}