summaryrefslogtreecommitdiffstats
path: root/Source/cmIfCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-12-27 19:55:19 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-12-27 19:55:19 (GMT)
commit240628c223653b67bd78f5e5f69becba99d321ec (patch)
tree85b5132de845bfd17b3f6e6c358e0a586d8f41f9 /Source/cmIfCommand.cxx
parent445f122a92bcd46cc3b5e1e0fc0cf1fb3ecc8d45 (diff)
downloadCMake-240628c223653b67bd78f5e5f69becba99d321ec.zip
CMake-240628c223653b67bd78f5e5f69becba99d321ec.tar.gz
CMake-240628c223653b67bd78f5e5f69becba99d321ec.tar.bz2
remove warning
Diffstat (limited to 'Source/cmIfCommand.cxx')
-rw-r--r--Source/cmIfCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmIfCommand.cxx b/Source/cmIfCommand.cxx
index ba5bdfb..f549e5c 100644
--- a/Source/cmIfCommand.cxx
+++ b/Source/cmIfCommand.cxx
@@ -43,7 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
bool cmIfFunctionBlocker::
IsFunctionBlocked(const char *name, const std::vector<std::string> &args,
- cmMakefile &mf)
+ cmMakefile &)
{
if (!strcmp(name,"ELSE") || !strcmp(name,"ENDIF"))
{