xbps-fbulk: declare usage() with __attribute__((noreturn)) to fix clang.
This commit is contained in:
parent
9199867df1
commit
18e743daed
@ -144,7 +144,7 @@ addItem(const char *pkgn)
|
||||
return item;
|
||||
}
|
||||
|
||||
static void
|
||||
static void __attribute__((noreturn))
|
||||
usage(const char *progname)
|
||||
{
|
||||
fprintf(stderr, "%s [-j parallel] [-l logdir] /path/to/void-packages\n", progname);
|
||||
|
Loading…
Reference in New Issue
Block a user