mark usage() as no return
This commit is contained in:
parent
727a2d90ee
commit
5b57534ce7
@ -7,6 +7,7 @@
|
||||
* Released under the GPLv2
|
||||
*/
|
||||
|
||||
__attribute__ ((__noreturn__))
|
||||
static void usage (int exit_status)
|
||||
{
|
||||
const char * const has_arg[] = { "", "<arg>", "[arg]" };
|
||||
|
Loading…
Reference in New Issue
Block a user