commit: 2439e01a77843b380d30f2f7de20358a2e96ac40 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Mar 30 08:27:08 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Mar 30 11:15:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2439e01a
sys-apps/bfs: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> sys-apps/bfs/files/bfs-4.0.4-maybe-uninit.patch | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/sys-apps/bfs/files/bfs-4.0.4-maybe-uninit.patch b/sys-apps/bfs/files/bfs-4.0.4-maybe-uninit.patch deleted file mode 100644 index be449fcfb1d9..000000000000 --- a/sys-apps/bfs/files/bfs-4.0.4-maybe-uninit.patch +++ /dev/null @@ -1,20 +0,0 @@ -https://github.com/tavianator/bfs/commit/28c2b06a0477d2c84b7229d4e54056b1ec44ac36 - -From 28c2b06a0477d2c84b7229d4e54056b1ec44ac36 Mon Sep 17 00:00:00 2001 -From: Tavian Barnes <[email protected]> -Date: Mon, 11 Nov 2024 15:51:07 -0500 -Subject: [PATCH] color: Squelch a -Wmaybe-uninitialized warning on non-LTO - builds - ---- a/src/color.c -+++ b/src/color.c -@@ -975,7 +975,7 @@ static const struct esc_seq *file_color(const struct colors *colors, const struc - goto error; - } - -- const struct bfs_stat *statbuf; -+ const struct bfs_stat *statbuf = NULL; - const struct esc_seq *color = NULL; - - switch (type) { -
