git: 65e55a0a2ae1 - main - flowctl: low-effort fix to make it compilable with neither inet nor inet6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jul 2023 10:03:31 UTC
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=65e55a0a2ae1ef4576850cddfeba2d7488575d4e commit 65e55a0a2ae1ef4576850cddfeba2d7488575d4e Author: Mateusz Guzik <mjg@FreeBSD.org> AuthorDate: 2023-07-05 10:02:03 +0000 Commit: Mateusz Guzik <mjg@FreeBSD.org> CommitDate: 2023-07-05 10:03:10 +0000 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 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>