mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Mark usage() __dead2
This commit is contained in:
parent
fcb107b9a6
commit
fbf59d5891
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
static void usage(void);
|
||||
static void usage(void) __dead2;
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
|
|
|
|||
Loading…
Reference in a new issue