mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Make this WARNS=6 clean by prototyping 'usage'.
Tested by: make universe
This commit is contained in:
parent
10b35e00c9
commit
2f92fd9bf7
@ -3,5 +3,6 @@
|
||||
|
||||
PROG= comcontrol
|
||||
MAN= comcontrol.8
|
||||
WARNS?= 6
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -40,6 +40,8 @@ __FBSDID("$FreeBSD$");
|
||||
#include <sys/types.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
static void usage(void);
|
||||
|
||||
static void
|
||||
usage()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user