mark usage() as noreturn
This commit is contained in:
@@ -55,6 +55,9 @@ static struct getargs args[] = {
|
|||||||
{ "help", 0, arg_flag, &help_flag, NULL, NULL}
|
{ "help", 0, arg_flag, &help_flag, NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static void
|
||||||
|
usage (int ret) __attribute__((noreturn));
|
||||||
|
|
||||||
static void
|
static void
|
||||||
usage (int ret)
|
usage (int ret)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user