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 _)