From e5172d3d080ac6d855e8669961383c5265964bd6 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Fri, 26 Jun 1998 18:19:17 +0000 Subject: [PATCH] -Wstrict-prototypes is not safe on Solaris unless you've installed ISC BIND, so don't use it. --- Makefile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3