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>