diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-10-10 13:41:58 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-10-10 13:41:58 (GMT) |
commit | 65cc289047fc2a4b444838c690d9bd45eca04f7e (patch) | |
tree | 67b5a10c4edfe1df4c40bfdf006246f7652892c8 /Source/cmGlobalCodeWarriorGenerator.cxx | |
parent | 7e84fa0f1ded48f5605926de01af0f77f210dbe3 (diff) | |
download | CMake-65cc289047fc2a4b444838c690d9bd45eca04f7e.zip CMake-65cc289047fc2a4b444838c690d9bd45eca04f7e.tar.gz CMake-65cc289047fc2a4b444838c690d9bd45eca04f7e.tar.bz2 |
Remove compile error and remove some 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 014f00c..41dbaa6 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; } |