mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
[expand] add __dead2 annotation to usage
This commit is contained in:
parent
5c30b378f0
commit
fe8c16cef1
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ static int nstops;
|
|||
static int tabstops[100];
|
||||
|
||||
static void getstops(char *);
|
||||
static void usage(void);
|
||||
static void usage(void) __dead2;
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
|
|
|
|||
Loading…
Reference in a new issue