summaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands.c b/commands.c
index 423637b..a751c94 100644
--- a/commands.c
+++ b/commands.c
@@ -63,6 +63,7 @@ bool cg_quit(arg_t status)
}
}
exit(status);
+ return None; /* silence tcc warning */
}
bool cg_switch_mode(arg_t _)