From ed5c9915e663033374ba24bffecc5df377c43a14 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 10 May 2009 17:19:20 +0200 Subject: [PATCH] nscd(8): Raise WARNS to 2. --- usr.sbin/nscd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/nscd/Makefile b/usr.sbin/nscd/Makefile index b135b4844a..d58045390d 100644 --- a/usr.sbin/nscd/Makefile +++ b/usr.sbin/nscd/Makefile @@ -3,7 +3,7 @@ PROG= nscd MAN= nscd.conf.5 nscd.8 -WARNS?= 0 +WARNS?= 2 CFLAGS+=-fno-strict-aliasing SRCS= agent.c cachelib.c cacheplcs.c config.c debug.c log.c \ mp_rs_query.c mp_ws_query.c nscd.c nscdcli.c parser.c pidfile.c \ -- 2.11.4.GIT