mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Lower WARNS to 3 so that this still compiles on non x86 architectures.
This commit is contained in:
parent
08ebe101d2
commit
3c322bdfbf
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
PROG= rarpd
|
||||
MAN= rarpd.8
|
||||
|
||||
WARNS?= 5
|
||||
WARNS?= 3
|
||||
# This breaks with format strings returned by expand_syslog_m().. argh!
|
||||
#FORMAT_AUDIT?= 1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue