From 5b145fe592f447e8f2f42445e5a2d68a00e1205c Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 12 May 2004 15:34:06 -0400 Subject: fix warning --- Source/cmEndForEachCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmEndForEachCommand.cxx b/Source/cmEndForEachCommand.cxx index 6324d11..aa9a333 100644 --- a/Source/cmEndForEachCommand.cxx +++ b/Source/cmEndForEachCommand.cxx @@ -16,7 +16,7 @@ =========================================================================*/ #include "cmEndForEachCommand.h" -bool cmEndForEachCommand::InvokeInitialPass(std::vector const& args) +bool cmEndForEachCommand::InvokeInitialPass(std::vector const&) { this->SetError("An ENDFOREACH command was found outside of a proper FOREACH ENDFOREACH structure. Or its arguments did not match the opening FOREACH command."); return false; -- cgit v0.12