From 65e55a0a2ae1ef4576850cddfeba2d7488575d4e Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Wed, 5 Jul 2023 10:02:03 +0000 Subject: [PATCH] flowctl: low-effort fix to make it compilable with neither inet nor inet6 --- usr.sbin/flowctl/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.sbin/flowctl/Makefile b/usr.sbin/flowctl/Makefile index 8bd63893cc6..b746c21cd75 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