From 96a3b4d3fc7242dd695b64aa0596abac47ddd644 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Mon, 12 Aug 2002 08:39:08 -0400 Subject: compiler warning --- Source/cmElseCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmElseCommand.cxx b/Source/cmElseCommand.cxx index 661616c..c943975 100644 --- a/Source/cmElseCommand.cxx +++ b/Source/cmElseCommand.cxx @@ -17,7 +17,7 @@ #include "cmElseCommand.h" #include "cmCacheManager.h" -bool cmElseCommand::InitialPass(std::vector const& args) +bool cmElseCommand::InitialPass(std::vector const&) { this->SetError("An ELSE command was found outside of a proper IF ENDIF structure. Or its arguments did not match the opening IF command."); return false; -- cgit v0.12