mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-27 13:34:00 +01:00
[expand] add __dead2 annotation to usage
This commit is contained in:
parent
5c30b378f0
commit
fe8c16cef1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333482
@ -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 New Issue
Block a user