diff options
Diffstat (limited to 'unsorted/ToolHelpers-cc.c')
-rw-r--r-- | unsorted/ToolHelpers-cc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unsorted/ToolHelpers-cc.c b/unsorted/ToolHelpers-cc.c index fee7517..b58f188 100644 --- a/unsorted/ToolHelpers-cc.c +++ b/unsorted/ToolHelpers-cc.c @@ -11,7 +11,7 @@ int Opt_DummyLinkerSettingRoutine(const char *var, const char *val) { return 0; } -void FinishCompilerTool() { +void FinishCompilerTool(void) { SInt32 numfiles; if (parseopts.lastoutputname[0]) { |