From 386c19ff6ac7e1fb35f4af0c71cf3b2316888cc3 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Sat, 7 Sep 2002 21:18:09 -0400 Subject: [PATCH] fix for borland compilers --- Source/cmGlobalBorlandMakefileGenerator.cxx | 4 ++-- Source/cmLocalBorlandMakefileGenerator.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/cmGlobalBorlandMakefileGenerator.cxx b/Source/cmGlobalBorlandMakefileGenerator.cxx index 81668a5dd..cf7b1840b 100644 --- a/Source/cmGlobalBorlandMakefileGenerator.cxx +++ b/Source/cmGlobalBorlandMakefileGenerator.cxx @@ -19,8 +19,8 @@ #include "cmMakefile.h" #include "cmake.h" -void cmGlobalBorlandMakefileGenerator::EnableLanguage(const char* lang, - cmMakefile *mf) +void cmGlobalBorlandMakefileGenerator::EnableLanguage(const char*, + cmMakefile *mf) { // now load the settings if(!mf->GetDefinition("CMAKE_ROOT")) diff --git a/Source/cmLocalBorlandMakefileGenerator.cxx b/Source/cmLocalBorlandMakefileGenerator.cxx index 872fc903c..d35de5252 100644 --- a/Source/cmLocalBorlandMakefileGenerator.cxx +++ b/Source/cmLocalBorlandMakefileGenerator.cxx @@ -23,7 +23,7 @@ #include "cmCacheManager.h" #include "cmGeneratedFileStream.h" #include "windows.h" - +#include cmLocalBorlandMakefileGenerator::cmLocalBorlandMakefileGenerator() {