summaryrefslogtreecommitdiffstats
path: root/Source/cmIfCommand.cxx
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2001-11-30 22:20:43 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2001-11-30 22:20:43 (GMT)
commitb180bf609b546ba56e44dffe461bd8c95d7c10d7 (patch)
treef6ee8065ad0de871cc077095d44bdc5aca68fdb6 /Source/cmIfCommand.cxx
parentab46fd164ac4713f957533ee2016eab2e3d6eb80 (diff)
downloadCMake-b180bf609b546ba56e44dffe461bd8c95d7c10d7.zip
CMake-b180bf609b546ba56e44dffe461bd8c95d7c10d7.tar.gz
CMake-b180bf609b546ba56e44dffe461bd8c95d7c10d7.tar.bz2
fix warning for Borland build
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 157531b..903746a 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"))
{