diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-07-14 18:23:22 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-07-14 18:23:22 +0000 |
| commit | da8de1e204f41759fda96dba2b7ca12324453611 (patch) | |
| tree | 826dbfc96c991b197cc2c88576fe83ac45542b9f /usr.bin/apply | |
| parent | d183dcb670a8a952364a7ce2d3d541d5f8f64b9f (diff) | |
Notes
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 ca0f10a2fce8..0355588b3c39 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 e2f808aeb2d1..25ba374d97e9 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, |
