mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
flowctl: low-effort fix to make it compilable with neither inet nor inet6
This commit is contained in:
parent
fda83023cd
commit
65e55a0a2a
1 changed files with 2 additions and 0 deletions
|
|
@ -17,4 +17,6 @@ CFLAGS+= -DINET6
|
|||
CFLAGS+= -DINET
|
||||
.endif
|
||||
|
||||
CFLAGS+= -Wno-error=unused-but-set-variable
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue