Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jul 2023 10:03:31 GMT
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 65e55a0a2ae1 - main - flowctl: low-effort fix to make it compilable with neither inet nor inet6
Message-ID:  <202307051003.365A3VeG072952@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307051003.365A3VeG072952>