compiler warning

This commit is contained in:
Ken Martin 2002-08-12 08:39:08 -04:00
parent 6deb5bbe70
commit 96a3b4d3fc
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#include "cmElseCommand.h"
#include "cmCacheManager.h"
bool cmElseCommand::InitialPass(std::vector<std::string> const& args)
bool cmElseCommand::InitialPass(std::vector<std::string> const&)
{
this->SetError("An ELSE command was found outside of a proper IF ENDIF structure. Or its arguments did not match the opening IF command.");
return false;