From c288b01e7dc244369bfc3e9378588bc005deca52 Mon Sep 17 00:00:00 2001 From: alfred Date: Sun, 14 Jul 2002 18:23:22 +0000 Subject: WARNS=4 --- usr.bin/apply/Makefile | 1 + usr.bin/apply/apply.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/apply') diff --git a/usr.bin/apply/Makefile b/usr.bin/apply/Makefile index ca0f10a..0355588 100644 --- a/usr.bin/apply/Makefile +++ b/usr.bin/apply/Makefile @@ -2,5 +2,6 @@ # $FreeBSD$ PROG= apply +WARNS?= 4 .include diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c index e2f808a..25ba374 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, -- cgit v1.1