From: Ted Lemon Date: Thu, 9 Sep 1999 20:59:34 +0000 (+0000) Subject: Add a new warning for EGCS on NetBSD. X-Git-Tag: V3-BETA-1-PATCH-2~5^2~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8347b0bca7fd0e5bc2d475d13201f3be9608f5f4;p=thirdparty%2Fdhcp.git Add a new warning for EGCS on NetBSD. --- diff --git a/Makefile.conf b/Makefile.conf index 491c8c692..a90dff778 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -194,7 +194,8 @@ MINORVERSION=MinorVersion ##--netbsd-- #CF = cf/netbsd.h #COPTS = -Wall -Wstrict-prototypes -Wno-unused -Wno-implicit -Wno-comment \ -# -Wno-uninitialized -Werror -Wno-switch -pipe $(BINDDEF) +# -Wno-uninitialized -Werror -Wno-switch \ +# -Wimplicit-function-declaration -pipe $(BINDDEF) #SCRIPT=netbsd ##--netbsd--