mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Lower WARNS due to alignment issues on sparc64.
This commit is contained in:
parent
259d2d5431
commit
aebbf030e5
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@
|
|||
PROG= arp
|
||||
MAN= arp.4 arp.8
|
||||
|
||||
WARNS?= 6
|
||||
WARNS?= 3
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue