From 0bec4f557a96e1a40437cf5af20cc78a5eec8a63 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Wed, 11 Jan 2023 22:29:53 +0000 Subject: getting closer --- command_line/CmdLine/Src/CLFileOps.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'command_line/CmdLine/Src/CLFileOps.c') diff --git a/command_line/CmdLine/Src/CLFileOps.c b/command_line/CmdLine/Src/CLFileOps.c index 14c9dc6..be3c00c 100644 --- a/command_line/CmdLine/Src/CLFileOps.c +++ b/command_line/CmdLine/Src/CLFileOps.c @@ -460,7 +460,7 @@ static int CompileEntry(File *file, Boolean *compiled) { return 1; } -static void DumpFileAndPathInfo() { +static void DumpFileAndPathInfo(void) { int i; int n; @@ -583,7 +583,7 @@ static void DumpFileAndPathInfo() { } } -int CompileFilesInProject() { +int CompileFilesInProject(void) { struct BuildInfo *tinfo; SInt32 index; SInt32 startTime; @@ -679,7 +679,7 @@ int CompileFilesInProject() { return CheckForUserBreak() ? Result_Cancelled : Result_Success; } -static int PostLinkFilesInProject() { +static int PostLinkFilesInProject(void) { SInt32 index; SInt32 startTime; SInt32 endTime; @@ -709,7 +709,7 @@ static int PostLinkFilesInProject() { return CheckForUserBreak() ? Result_Cancelled : Result_Success; } -int LinkProject() { +int LinkProject(void) { SInt32 startTime; SInt32 endTime; -- cgit v1.2.3