From 7e430b6f0bf836a3a50ef1273ed818660692a9bc Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 12 May 2005 11:26:13 -0400 Subject: [PATCH] COMP: shut up unused var --- Source/cmLocalUnixMakefileGenerator3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx index 6e88284fd..7a6827b23 100644 --- a/Source/cmLocalUnixMakefileGenerator3.cxx +++ b/Source/cmLocalUnixMakefileGenerator3.cxx @@ -1110,7 +1110,7 @@ void cmLocalUnixMakefileGenerator3::WriteMainTargetIncludes(std::ostream& makefi } void cmLocalUnixMakefileGenerator3::WriteMainTargetRules(std::ostream& makefileStream, - const char *file, + const char * /* file */, const char *rule, bool inAll) {