mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Drop WARNS down to 3 since sparc64 still has justified complaints about
bad casts. Noticed by: johan
This commit is contained in:
parent
18daa883dc
commit
483745339d
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
PROG= ancontrol
|
||||
MAN= ancontrol.8
|
||||
|
||||
WARNS?= 6
|
||||
WARNS?= 3
|
||||
CFLAGS+= -DANCACHE -I${.CURDIR}/../../sys
|
||||
|
||||
DPADD= ${LIBMD}
|
||||
|
|
|
|||
Loading…
Reference in a new issue