mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue