diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-08-12 12:39:08 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-08-12 12:39:08 (GMT) |
commit | 96a3b4d3fc7242dd695b64aa0596abac47ddd644 (patch) | |
tree | a2a2f5c5787774629ef14aa1701eb025f0f50cde /Source/cmElseCommand.cxx | |
parent | 6deb5bbe70e6d0498df3fbb319a9b4857410536a (diff) | |
download | CMake-96a3b4d3fc7242dd695b64aa0596abac47ddd644.zip CMake-96a3b4d3fc7242dd695b64aa0596abac47ddd644.tar.gz CMake-96a3b4d3fc7242dd695b64aa0596abac47ddd644.tar.bz2 |
compiler warning
Diffstat (limited to 'Source/cmElseCommand.cxx')
-rw-r--r-- | Source/cmElseCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmElseCommand.cxx b/Source/cmElseCommand.cxx index 661616c..c943975 100644 --- a/Source/cmElseCommand.cxx +++ b/Source/cmElseCommand.cxx @@ -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; |