mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-10 14:02:43 +00:00
Back the warnings down from 9 to 6, since that is the highest we have. If
we added a WARNS 7 level, it shouldn't be assumed this code will pass it.
This commit is contained in:
parent
cf4bdb6e94
commit
b8e19b78df
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138809
@ -30,7 +30,7 @@ CLEANFILES+= oid.h
|
||||
.if ${MACHINE_ARCH} == "arm"
|
||||
WARNS?= 3
|
||||
.else
|
||||
WARNS?= 9
|
||||
WARNS?= 6
|
||||
.endif
|
||||
|
||||
FILES= atmconfig.help atmconfig_device.help
|
||||
|
Loading…
Reference in New Issue
Block a user