diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-07 21:18:09 -0400 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-07 21:18:09 -0400 |
commit | 386c19ff6ac7e1fb35f4af0c71cf3b2316888cc3 (patch) | |
tree | e7bee7770ba9dea3498ad448d89b840ecdaf7e25 /Source/cmGlobalBorlandMakefileGenerator.cxx | |
parent | a4eebcb5b179aa1833c844a7a5f083ef5d002690 (diff) | |
download | cmake-386c19ff6ac7e1fb35f4af0c71cf3b2316888cc3.tar.gz |
fix for borland compilers
Diffstat (limited to 'Source/cmGlobalBorlandMakefileGenerator.cxx')
-rw-r--r-- | Source/cmGlobalBorlandMakefileGenerator.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGlobalBorlandMakefileGenerator.cxx b/Source/cmGlobalBorlandMakefileGenerator.cxx index 81668a5ddd..cf7b1840b8 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")) |