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:
@@ -33,6 +33,8 @@ SRCS= bsm_audit.c \
|
||||
#
|
||||
CFLAGS+= -I${OPENBSMDIR} -I${LIBBSMDIR}
|
||||
|
||||
WARNS?= 1
|
||||
|
||||
INCS= audit_uevents.h libbsm.h
|
||||
INCSDIR= ${INCLUDEDIR}/bsm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user