From 240628c223653b67bd78f5e5f69becba99d321ec Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 27 Dec 2001 14:55:19 -0500 Subject: remove warning --- Source/cmIfCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmIfCommand.cxx b/Source/cmIfCommand.cxx index ba5bdfb..f549e5c 100644 --- a/Source/cmIfCommand.cxx +++ b/Source/cmIfCommand.cxx @@ -43,7 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. bool cmIfFunctionBlocker:: IsFunctionBlocked(const char *name, const std::vector &args, - cmMakefile &mf) + cmMakefile &) { if (!strcmp(name,"ELSE") || !strcmp(name,"ENDIF")) { -- cgit v0.12