Skip to content

Commit 5be78cc

Browse files
committed
src.sys.mk: Allow DEFAULTWARNS to be overridden.
Sponsored by: Dell, Inc. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D51921
1 parent f892e50 commit 5be78cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/mk/src.sys.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ CFLAGS+= ${CFCOMMONFLAG}
4242
CFLAGS+= -fmacro-prefix-map=${SRCTOP}=/usr/src -fdebug-prefix-map=${SRCTOP}=/usr/src
4343
.endif
4444

45-
DEFAULTWARNS= 6
45+
DEFAULTWARNS?= 6
4646

4747
# tempting, but bsd.compiler.mk causes problems this early
4848
# probably need to remove dependence on bsd.own.mk

0 commit comments

Comments
 (0)