summaryrefslogtreecommitdiffstats
path: root/Source/cmEndIfCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-13 12:18:13 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-09-13 12:18:13 (GMT)
commitc1b92d2ea02dab89da1c1292be66aab657aa263b (patch)
treea508c1885e28301c796e545574d703c2cc048002 /Source/cmEndIfCommand.cxx
parent6c3aaa42b72e769618cc2e3949fd02b704ecbe39 (diff)
downloadCMake-c1b92d2ea02dab89da1c1292be66aab657aa263b.zip
CMake-c1b92d2ea02dab89da1c1292be66aab657aa263b.tar.gz
CMake-c1b92d2ea02dab89da1c1292be66aab657aa263b.tar.bz2
compiler warning
Diffstat (limited to 'Source/cmEndIfCommand.cxx')
-rw-r--r--Source/cmEndIfCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmEndIfCommand.cxx b/Source/cmEndIfCommand.cxx
index f91c38e..7dd1db0 100644
--- a/Source/cmEndIfCommand.cxx
+++ b/Source/cmEndIfCommand.cxx
@@ -17,7 +17,7 @@
#include "cmEndIfCommand.h"
#include "cmCacheManager.h"
-bool cmEndIfCommand::InitialPass(std::vector<std::string> const& args)
+bool cmEndIfCommand::InitialPass(std::vector<std::string> const&)
{
this->SetError("An ENDIF command was found outside of a proper IF ENDIF structure. Or its arguments did not match the opening IF command.");
return false;