summaryrefslogtreecommitdiffstats
path: root/Source/cmWhileCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-03-01 02:33:33 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-03-01 02:33:33 (GMT)
commitf48a5cedc9b6891a25045c6b450feb1c45353236 (patch)
tree6554ef718a64b4af1f82f42d911913a665b7e2c4 /Source/cmWhileCommand.cxx
parent0634c9d78e6d6128dcf81e7a8970711a69a095f2 (diff)
downloadCMake-f48a5cedc9b6891a25045c6b450feb1c45353236.zip
CMake-f48a5cedc9b6891a25045c6b450feb1c45353236.tar.gz
CMake-f48a5cedc9b6891a25045c6b450feb1c45353236.tar.bz2
ENH: fix warnings
Diffstat (limited to 'Source/cmWhileCommand.cxx')
-rw-r--r--Source/cmWhileCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmWhileCommand.cxx b/Source/cmWhileCommand.cxx
index 2836c14..4ebedce 100644
--- a/Source/cmWhileCommand.cxx
+++ b/Source/cmWhileCommand.cxx
@@ -89,7 +89,7 @@ IsFunctionBlocked(const cmListFileFunction& lff, cmMakefile &mf,
}
bool cmWhileFunctionBlocker::
-ShouldRemove(const cmListFileFunction& lff, cmMakefile& mf)
+ShouldRemove(const cmListFileFunction& lff, cmMakefile& )
{
if(!cmSystemTools::Strucmp(lff.Name.c_str(),"endwhile"))
{