svn commit: r184677 - head/lib/libutil

Dag-Erling Smorgrav des at FreeBSD.org
Wed Nov 5 03:06:10 PST 2008


Author: des
Date: Wed Nov  5 11:06:10 2008
New Revision: 184677
URL: http://svn.freebsd.org/changeset/base/184677

Log:
  Comment out WARNS.  There are too many alignment issues in libutil.

Modified:
  head/lib/libutil/Makefile

Modified: head/lib/libutil/Makefile
==============================================================================
--- head/lib/libutil/Makefile	Wed Nov  5 10:45:39 2008	(r184676)
+++ head/lib/libutil/Makefile	Wed Nov  5 11:06:10 2008	(r184677)
@@ -15,7 +15,7 @@ SRCS=	_secure_path.c auth.c expand_numbe
 	stub.c trimdomain.c uucplock.c
 INCS=	libutil.h login_cap.h
 
-WARNS?=	6
+#WARNS?=	6
 
 CFLAGS+= -DLIBC_SCCS
 


More information about the svn-src-all mailing list