1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-01 08:27:59 +00:00

flowctl: low-effort fix to make it compilable with neither inet nor inet6

This commit is contained in:
Mateusz Guzik 2023-07-05 10:02:03 +00:00
parent fda83023cd
commit 65e55a0a2a

View File

@ -17,4 +17,6 @@ CFLAGS+= -DINET6
CFLAGS+= -DINET
.endif
CFLAGS+= -Wno-error=unused-but-set-variable
.include <bsd.prog.mk>