summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-07-11 18:58:26 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-07-11 18:58:26 (GMT)
commit8b2a797b572f086ed71c93c389ebebf449ca39df (patch)
treed992ab0c53da9f4915df8b077432be6f87a1aa26 /Source
parented7a32ebe437c41f995dcc46ea0037e821daa25f (diff)
downloadCMake-8b2a797b572f086ed71c93c389ebebf449ca39df.zip
CMake-8b2a797b572f086ed71c93c389ebebf449ca39df.tar.gz
CMake-8b2a797b572f086ed71c93c389ebebf449ca39df.tar.bz2
fix warning
Diffstat (limited to 'Source')
-rw-r--r--Source/cmIfCommand.cxx2
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"))
{