diff options
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 81668a5..cf7b184 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")) |