diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-07-23 19:52:25 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-07-23 16:14:07 -0400 |
commit | 1948b8b216bf318f5d587a94c6f33ca87b66b3d7 (patch) | |
tree | 3b19c1f3682a2b0c30c4b3a438bf48311d3decbe /sys-apps/bubblewrap | |
parent | gnome-extra/gnome-browser-connector: Version bump to 42.0 (diff) | |
download | gentoo-1948b8b216bf318f5d587a94c6f33ca87b66b3d7.tar.gz gentoo-1948b8b216bf318f5d587a94c6f33ca87b66b3d7.tar.bz2 gentoo-1948b8b216bf318f5d587a94c6f33ca87b66b3d7.zip |
sys-apps/bubblewrap: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/26544
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-apps/bubblewrap')
-rw-r--r-- | sys-apps/bubblewrap/files/bubblewrap-0.6.1-clang-printf.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-apps/bubblewrap/files/bubblewrap-0.6.1-clang-printf.patch b/sys-apps/bubblewrap/files/bubblewrap-0.6.1-clang-printf.patch deleted file mode 100644 index 7c7e0ff29988..000000000000 --- a/sys-apps/bubblewrap/files/bubblewrap-0.6.1-clang-printf.patch +++ /dev/null @@ -1,30 +0,0 @@ -https://github.com/containers/bubblewrap/commit/08dc2bb54658e003724f570224541a674645d87f.patch -https://bugs.gentoo.org/834912 - -From 08dc2bb54658e003724f570224541a674645d87f Mon Sep 17 00:00:00 2001 -From: Marc-Antoine Perennou <Marc-Antoine@Perennou.com> -Date: Fri, 18 Mar 2022 10:25:51 +0100 -Subject: [PATCH] tests: properly tag ok as being printf-like - -Avoids breaking warning with clang - -Fixes #478 - -Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com> ---- - tests/test-utils.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/tests/test-utils.c b/tests/test-utils.c -index c9b859d2..41874a15 100644 ---- a/tests/test-utils.c -+++ b/tests/test-utils.c -@@ -25,6 +25,8 @@ - - /* A small implementation of TAP */ - static unsigned int test_number = 0; -+ -+__attribute__((format(printf, 1, 2))) - static void - ok (const char *format, ...) - { |