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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user