diff --git a/Source/cmEndForEachCommand.cxx b/Source/cmEndForEachCommand.cxx index 6324d118a..aa9a333f7 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;