minor fix
This commit is contained in:
parent
7b5a8762c6
commit
4380c3b0f1
|
@ -87,13 +87,9 @@ IsFunctionBlocked(const char *name, const std::vector<std::string> &args,
|
||||||
}
|
}
|
||||||
|
|
||||||
bool cmMacroFunctionBlocker::
|
bool cmMacroFunctionBlocker::
|
||||||
ShouldRemove(const char *name, const std::vector<std::string> &args,
|
ShouldRemove(const char *, const std::vector<std::string> &,
|
||||||
cmMakefile &)
|
cmMakefile &)
|
||||||
{
|
{
|
||||||
if (!strcmp(name,"ENDFOREACH") && args[0] == m_Args[0])
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue