From: Ted Lemon Date: Fri, 26 Jun 1998 18:19:17 +0000 (+0000) Subject: -Wstrict-prototypes is not safe on Solaris unless you've installed ISC BIND, so don... X-Git-Tag: carrel-2~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5172d3d080ac6d855e8669961383c5265964bd6;p=thirdparty%2Fdhcp.git -Wstrict-prototypes is not safe on Solaris unless you've installed ISC BIND, so don't use it. --- diff --git a/Makefile.conf b/Makefile.conf index f37ce983a..79704ab42 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -91,7 +91,7 @@ VARDB = /var/db #MANINSTALL=/usr/ucb/install #LIBS = -lresolv -lsocket -lnsl -lgen #CC=gcc -#COPTS = -Wall -Wstrict-prototypes -Wno-unused -Wno-implicit -Wno-comment \ +#COPTS = -Wall -Wno-unused -Wno-implicit -Wno-comment \ # -Wno-uninitialized -Wno-char-subscripts -Werror #CF = cf/sunos5-5.h #ADMMANDIR = /usr/share/man/cat1m