Skip to content

Commit

Permalink
iftop: ignore additional warnings (#27601)
Browse files Browse the repository at this point in the history
fixes part of: #26522
  • Loading branch information
justinvreeland committed Sep 5, 2024
1 parent 6a0cb07 commit 84230c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iftop.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -16,6 +16,8 @@ environment:
- ca-certificates-bundle
- libpcap-dev
- ncurses-dev
environment:
CFLAGS: "-Wno-unused-function -Wno-implicit-function-declaration"

pipeline:
- uses: fetch
Expand Down

0 comments on commit 84230c4

Please sign in to comment.