diff options
Diffstat (limited to 'Source/cmWhileCommand.cxx')
-rw-r--r-- | Source/cmWhileCommand.cxx | 2 |
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")) { |