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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49920

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