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
7f0d49515e
commit
e2affa8ec4
@ -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