* [gentoo-commits] repo/gentoo:master commit in: sys-apps/bfs/files/
@ 2025-03-30 11:16 Conrad Kostecki
0 siblings, 0 replies; only message in thread
From: Conrad Kostecki @ 2025-03-30 11:16 UTC (permalink / raw
To: gentoo-commits
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 <tavianator@tavianator.com>
-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) {
-
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-03-30 11:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-30 11:16 [gentoo-commits] repo/gentoo:master commit in: sys-apps/bfs/files/ Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox