Re-add -Wmissing-prototypes to `COPTS'. I mistook -W for -Wno in this case.

This commit is contained in:
Chris Costello 1999-08-16 21:22:39 +00:00
parent 8288fd5402
commit d6636ad7b3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
PROG= ping
MAN8= ping.8
BINMODE=4555
COPTS+= -Wall
COPTS+= -Wall -Wmissing-prototypes
.if ${MACHINE_ARCH} == "alpha"
COPTS+= -fno-builtin # GCC's builtin memcpy doesn't do unaligned copies
.endif