diff options
Diffstat (limited to 'usr.bin/apply')
| -rw-r--r-- | usr.bin/apply/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/apply/apply.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/apply/Makefile b/usr.bin/apply/Makefile index ca0f10a2fce85..0355588b3c394 100644 --- a/usr.bin/apply/Makefile +++ b/usr.bin/apply/Makefile @@ -2,5 +2,6 @@ # $FreeBSD$ PROG= apply +WARNS?= 4 .include <bsd.prog.mk> diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c index e2f808aeb2d12..25ba374d97e93 100644 --- a/usr.bin/apply/apply.c +++ b/usr.bin/apply/apply.c @@ -258,7 +258,7 @@ exec_shell(const char *command, char *use_shell, char *use_name) } void -usage() +usage(void) { (void)fprintf(stderr, |
