diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-07-11 18:58:26 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-07-11 18:58:26 (GMT) |
commit | 8b2a797b572f086ed71c93c389ebebf449ca39df (patch) | |
tree | d992ab0c53da9f4915df8b077432be6f87a1aa26 /Source | |
parent | ed7a32ebe437c41f995dcc46ea0037e821daa25f (diff) | |
download | CMake-8b2a797b572f086ed71c93c389ebebf449ca39df.zip CMake-8b2a797b572f086ed71c93c389ebebf449ca39df.tar.gz CMake-8b2a797b572f086ed71c93c389ebebf449ca39df.tar.bz2 |
fix warning
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmIfCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmIfCommand.cxx b/Source/cmIfCommand.cxx index 4ad0b42..55252da 100644 --- a/Source/cmIfCommand.cxx +++ b/Source/cmIfCommand.cxx @@ -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")) { |