From d6636ad7b38a960e557a75ae5915b1c74a5c22e3 Mon Sep 17 00:00:00 2001 From: Chris Costello Date: Mon, 16 Aug 1999 21:22:39 +0000 Subject: [PATCH] Re-add -Wmissing-prototypes to `COPTS'. I mistook -W for -Wno in this case. --- sbin/ping/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile index dcba2d18e0fd..f70e3bcda523 100644 --- a/sbin/ping/Makefile +++ b/sbin/ping/Makefile @@ -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