svn commit: r194098 - head/usr.sbin/nscd

Dag-Erling Smorgrav des at FreeBSD.org
Sat Jun 13 01:23:36 UTC 2009


Author: des
Date: Sat Jun 13 01:23:34 2009
New Revision: 194098
URL: http://svn.freebsd.org/changeset/base/194098

Log:
  nscd builds cleanly at WARNS level 3.
  
  MFC after:	1 week

Modified:
  head/usr.sbin/nscd/Makefile

Modified: head/usr.sbin/nscd/Makefile
==============================================================================
--- head/usr.sbin/nscd/Makefile	Sat Jun 13 01:22:56 2009	(r194097)
+++ head/usr.sbin/nscd/Makefile	Sat Jun 13 01:23:34 2009	(r194098)
@@ -3,8 +3,7 @@
 PROG=	nscd
 MAN=	nscd.conf.5 nscd.8
 
-WARNS?=	2
-CFLAGS+=-fno-strict-aliasing
+WARNS?=	3
 SRCS=	agent.c nscd.c nscdcli.c cachelib.c cacheplcs.c debug.c log.c \
 	config.c query.c mp_ws_query.c mp_rs_query.c singletons.c protocol.c \
 	parser.c


More information about the svn-src-head mailing list