From 8b2a797b572f086ed71c93c389ebebf449ca39df Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 11 Jul 2002 14:58:26 -0400 Subject: [PATCH] fix warning --- Source/cmIfCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmIfCommand.cxx b/Source/cmIfCommand.cxx index 4ad0b42a8..55252da10 100644 --- a/Source/cmIfCommand.cxx +++ b/Source/cmIfCommand.cxx @@ -49,7 +49,7 @@ IsFunctionBlocked(const char *name, const std::vector &args, bool cmIfFunctionBlocker:: ShouldRemove(const char *name, const std::vector &args, - cmMakefile &mf) + cmMakefile &) { if (!strcmp(name,"ELSE") || !strcmp(name,"ENDIF")) {