aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2023-07-05 10:02:03 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2023-07-05 10:03:10 +0000
commit65e55a0a2ae1ef4576850cddfeba2d7488575d4e (patch)
treed4c6f3a527e60c7132cf6cb98160da650c98a8b2
parentfda83023cdefd62ae693cfb853ef204ad4e1d7fb (diff)
downloadsrc-65e55a0a2ae1ef4576850cddfeba2d7488575d4e.tar.gz
src-65e55a0a2ae1ef4576850cddfeba2d7488575d4e.zip
flowctl: low-effort fix to make it compilable with neither inet nor inet6
-rw-r--r--usr.sbin/flowctl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/flowctl/Makefile b/usr.sbin/flowctl/Makefile
index 8bd63893cc6a..b746c21cd75e 100644
--- a/usr.sbin/flowctl/Makefile
+++ b/usr.sbin/flowctl/Makefile
@@ -17,4 +17,6 @@ CFLAGS+= -DINET6
CFLAGS+= -DINET
.endif
+CFLAGS+= -Wno-error=unused-but-set-variable
+
.include <bsd.prog.mk>