mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
src.sys.mk: Allow DEFAULTWARNS to be overridden.
Sponsored by: Dell, Inc. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D51921
This commit is contained in:
parent
f892e509c1
commit
5be78ccf7a
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ CFLAGS+= ${CFCOMMONFLAG}
|
|||
CFLAGS+= -fmacro-prefix-map=${SRCTOP}=/usr/src -fdebug-prefix-map=${SRCTOP}=/usr/src
|
||||
.endif
|
||||
|
||||
DEFAULTWARNS= 6
|
||||
DEFAULTWARNS?= 6
|
||||
|
||||
# tempting, but bsd.compiler.mk causes problems this early
|
||||
# probably need to remove dependence on bsd.own.mk
|
||||
|
|
|
|||
Loading…
Reference in a new issue