Build lib/ with WARNS=6 by default.

Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.

I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makefile.inc provided by lib/. I'm not going to touch that directory.
Most of the code there is contributed anyway.
This commit is contained in:
Ed Schouten
2010-01-02 09:58:07 +00:00
parent 1100c00131
commit daaf575910
66 changed files with 83 additions and 37 deletions
+2
View File
@@ -28,6 +28,8 @@ CFLAGS+= -DUSE_GETDOMAIN
CFLAGS+=-DINET6
.endif
WARNS?= 0
SRCS= clean_exit.c diag.c eval.c fix_options.c fromhost.c \
hosts_access.c hosts_ctl.c misc.c myvsyslog.c options.c \
percent_m.c percent_x.c refuse.c rfc931.c shell_cmd.c \