diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-09-03 17:49:48 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-09-03 17:49:48 (GMT) |
commit | 9d19df261d51e68c45902c2607a0fdcaa889ecd2 (patch) | |
tree | 93b9e9ef9c20d22210f6fe482764fa68187cfc85 | |
parent | 76efcdca06361d71f86252f5aa426e6d21047d6d (diff) | |
download | CMake-9d19df261d51e68c45902c2607a0fdcaa889ecd2.zip CMake-9d19df261d51e68c45902c2607a0fdcaa889ecd2.tar.gz CMake-9d19df261d51e68c45902c2607a0fdcaa889ecd2.tar.bz2 |
remove warning
-rw-r--r-- | Source/cmGlobalCodeWarriorGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalCodeWarriorGenerator.cxx b/Source/cmGlobalCodeWarriorGenerator.cxx index 1a5f7ff..ba7245f 100644 --- a/Source/cmGlobalCodeWarriorGenerator.cxx +++ b/Source/cmGlobalCodeWarriorGenerator.cxx @@ -20,7 +20,7 @@ #include "cmake.h" #include "cmTarget.h" -void cmGlobalCodeWarriorGenerator::EnableLanguage(std::vector<std::string>const& l, +void cmGlobalCodeWarriorGenerator::EnableLanguage(std::vector<std::string>const& , cmMakefile *mf) { // now load the settings |