From c5eca3d84d49cf9eb3ab9073fc31027c765ba423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 5 Nov 2008 11:06:10 +0000 Subject: [PATCH] Comment out WARNS. There are too many alignment issues in libutil. --- lib/libutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index 3530231aca7..7fce42fd5e1 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -15,7 +15,7 @@ SRCS= _secure_path.c auth.c expand_number.c flopen.c fparseln.c \ stub.c trimdomain.c uucplock.c INCS= libutil.h login_cap.h -WARNS?= 6 +#WARNS?= 6 CFLAGS+= -DLIBC_SCCS