From 84230c43b3214110e3c50266aa03253ded780ec3 Mon Sep 17 00:00:00 2001 From: Justin Vreeland Date: Wed, 4 Sep 2024 22:08:35 -0700 Subject: [PATCH] iftop: ignore additional warnings (#27601) fixes part of: https://github.com/wolfi-dev/os/issues/26522 --- iftop.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/iftop.yaml b/iftop.yaml index b36e345f911..d7a0343a674 100644 --- a/iftop.yaml +++ b/iftop.yaml @@ -1,7 +1,7 @@ package: name: iftop version: 0.17 - epoch: 0 + epoch: 1 description: A tool to display bandwidth usage on an interface copyright: - license: GPL-2.0-or-later @@ -16,6 +16,8 @@ environment: - ca-certificates-bundle - libpcap-dev - ncurses-dev + environment: + CFLAGS: "-Wno-unused-function -Wno-implicit-function-declaration" pipeline: - uses: fetch