fix warning

This commit is contained in:
Ken Martin 2002-07-11 14:58:26 -04:00
parent ed7a32ebe4
commit 8b2a797b57
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ IsFunctionBlocked(const char *name, const std::vector<std::string> &args,
bool cmIfFunctionBlocker::
ShouldRemove(const char *name, const std::vector<std::string> &args,
cmMakefile &mf)
cmMakefile &)
{
if (!strcmp(name,"ELSE") || !strcmp(name,"ENDIF"))
{