fix tcc warning
This commit is contained in:
parent
5a3fb3b812
commit
80ada33c66
@ -63,6 +63,7 @@ bool cg_quit(arg_t status)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
exit(status);
|
exit(status);
|
||||||
|
return None; /* silence tcc warning */
|
||||||
}
|
}
|
||||||
|
|
||||||
bool cg_switch_mode(arg_t _)
|
bool cg_switch_mode(arg_t _)
|
||||||
|
Loading…
Reference in New Issue
Block a user