diff options
author | des <des@FreeBSD.org> | 2009-06-13 01:23:34 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2009-06-13 01:23:34 +0000 |
commit | 8adb2bbd23cfb0d0a8b33231a2e1512c16fce2d3 (patch) | |
tree | 55abce81472224b7df0a189e5000a953b2eaae31 /usr.sbin/nscd | |
parent | 3301650689d23f8715f942eb1472cdfecaf4972f (diff) | |
download | FreeBSD-src-8adb2bbd23cfb0d0a8b33231a2e1512c16fce2d3.zip FreeBSD-src-8adb2bbd23cfb0d0a8b33231a2e1512c16fce2d3.tar.gz |
nscd builds cleanly at WARNS level 3.
MFC after: 1 week
Diffstat (limited to 'usr.sbin/nscd')
-rw-r--r-- | usr.sbin/nscd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/nscd/Makefile b/usr.sbin/nscd/Makefile index 69fd126..298e163 100644 --- a/usr.sbin/nscd/Makefile +++ b/usr.sbin/nscd/Makefile @@ -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 |