-Wmissing-prototypes is unnecessary here. There are no warnings produced

with this option disabled.
This commit is contained in:
Chris Costello 1999-08-16 08:13:17 +00:00
parent a8388752c2
commit 55cb3cb6be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49880

View File

@ -1,10 +1,10 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $Id: Makefile,v 1.6 1998/09/05 15:11:47 dfr Exp $
# $Id: Makefile,v 1.7 1998/09/19 22:42:02 obrien Exp $
PROG= ping
MAN8= ping.8
BINMODE=4555
COPTS+= -Wall -Wmissing-prototypes
COPTS+= -Wall
.if ${MACHINE_ARCH} == "alpha"
COPTS+= -fno-builtin # GCC's builtin memcpy doesn't do unaligned copies
.endif