fix warning
This commit is contained in:
parent
79fcc81b6a
commit
5b145fe592
|
@ -16,7 +16,7 @@
|
||||||
=========================================================================*/
|
=========================================================================*/
|
||||||
#include "cmEndForEachCommand.h"
|
#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.");
|
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;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue