summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalCodeWarriorGenerator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGlobalCodeWarriorGenerator.cxx')
-rw-r--r--Source/cmGlobalCodeWarriorGenerator.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalCodeWarriorGenerator.cxx b/Source/cmGlobalCodeWarriorGenerator.cxx
index d30b238..0a9c1b5 100644
--- a/Source/cmGlobalCodeWarriorGenerator.cxx
+++ b/Source/cmGlobalCodeWarriorGenerator.cxx
@@ -44,7 +44,8 @@ int cmGlobalCodeWarriorGenerator::TryCompile(const char *,
const char* /*bindir*/,
const char* /*projectName*/,
const char* /*targetName*/,
- std::string* /*output*/)
+ std::string* /*output*/,
+ cmMakefile* /*mf*/)
{
return 1;
}