Skip to content
Snippets Groups Projects
Commit 4380c3b0 authored by Ken Martin's avatar Ken Martin
Browse files

minor fix

parent 7b5a8762
No related branches found
No related tags found
No related merge requests found
......@@ -87,13 +87,9 @@ IsFunctionBlocked(const char *name, const std::vector<std::string> &args,
}
bool cmMacroFunctionBlocker::
ShouldRemove(const char *name, const std::vector<std::string> &args,
ShouldRemove(const char *, const std::vector<std::string> &,
cmMakefile &)
{
if (!strcmp(name,"ENDFOREACH") && args[0] == m_Args[0])
{
return true;
}
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment