remove warning

This commit is contained in:
Bill Hoffman 2001-12-27 14:55:19 -05:00
parent 445f122a92
commit 240628c223
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
bool cmIfFunctionBlocker::
IsFunctionBlocked(const char *name, const std::vector<std::string> &args,
cmMakefile &mf)
cmMakefile &)
{
if (!strcmp(name,"ELSE") || !strcmp(name,"ENDIF"))
{