fix warning

This commit is contained in:
Ken Martin 2004-05-12 15:34:06 -04:00
parent 79fcc81b6a
commit 5b145fe592
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
=========================================================================*/
#include "cmEndForEachCommand.h"
bool cmEndForEachCommand::InvokeInitialPass(std::vector<cmListFileArgument> const& args)
bool cmEndForEachCommand::InvokeInitialPass(std::vector<cmListFileArgument> 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;