summaryrefslogtreecommitdiff
path: root/command_line/CmdLine/Src/CLToolExec.c
diff options
context:
space:
mode:
authorAsh Wolf <ninji@wuffs.org>2023-01-11 22:29:53 +0000
committerAsh Wolf <ninji@wuffs.org>2023-01-11 22:29:53 +0000
commit0bec4f557a96e1a40437cf5af20cc78a5eec8a63 (patch)
treec1e05ec804c43aa5a8f5f21b0ed02d0587d29563 /command_line/CmdLine/Src/CLToolExec.c
parentaec1b8dddc68ecb8288ec6132932e4c7b4bca09f (diff)
downloadMWCC-0bec4f557a96e1a40437cf5af20cc78a5eec8a63.tar.gz
MWCC-0bec4f557a96e1a40437cf5af20cc78a5eec8a63.zip
getting closer
Diffstat (limited to 'command_line/CmdLine/Src/CLToolExec.c')
-rw-r--r--command_line/CmdLine/Src/CLToolExec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/command_line/CmdLine/Src/CLToolExec.c b/command_line/CmdLine/Src/CLToolExec.c
index 80e3a7c..9bc4213 100644
--- a/command_line/CmdLine/Src/CLToolExec.c
+++ b/command_line/CmdLine/Src/CLToolExec.c
@@ -100,7 +100,7 @@ static int SetupLinkerCommandLine(SInt32 dropinflags, File *file, CWCommandLineA
return 1;
}
-int SetupTemporaries() {
+int SetupTemporaries(void) {
SInt32 idx;
File *file;
@@ -117,7 +117,7 @@ int SetupTemporaries() {
return 1;
}
-int DeleteTemporaries() {
+int DeleteTemporaries(void) {
SInt32 idx;
File *file;