diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-10-10 12:25:11 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-10-10 12:25:11 (GMT) |
commit | 1ca67f200ae323522446638db8e13202877c6c0d (patch) | |
tree | 235842b0c064c9771e4d47a82d68599b33b8972f /Source/cmGlobalCodeWarriorGenerator.cxx | |
parent | 1dcfcc809e5226a396807426bc55212ba92c7691 (diff) | |
download | CMake-1ca67f200ae323522446638db8e13202877c6c0d.zip CMake-1ca67f200ae323522446638db8e13202877c6c0d.tar.gz CMake-1ca67f200ae323522446638db8e13202877c6c0d.tar.bz2 |
fixed some compiler warnings
Diffstat (limited to 'Source/cmGlobalCodeWarriorGenerator.cxx')
-rw-r--r-- | Source/cmGlobalCodeWarriorGenerator.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmGlobalCodeWarriorGenerator.cxx b/Source/cmGlobalCodeWarriorGenerator.cxx index b2e0a98..014f00c 100644 --- a/Source/cmGlobalCodeWarriorGenerator.cxx +++ b/Source/cmGlobalCodeWarriorGenerator.cxx @@ -41,10 +41,10 @@ void cmGlobalCodeWarriorGenerator::EnableLanguage(const char*, } int cmGlobalCodeWarriorGenerator::TryCompile(const char *, - const char *bindir, - const char *projectName, - const char *targetName, - std::string *output) + const char */*bindir*/, + const char */*projectName*/, + const char */*targetName*/, + std::string */*output*/) { return 1; } |