* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/files/
@ 2023-08-14 5:58 Conrad Kostecki
0 siblings, 0 replies; only message in thread
From: Conrad Kostecki @ 2023-08-14 5:58 UTC (permalink / raw
To: gentoo-commits
commit: 987e82839fde70a05ed8d404649aba3b82b5f380
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Aug 13 13:33:50 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 05:57:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987e8283
app-misc/jq: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/32294
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-misc/jq/files/jq-1.7-warnings-r1.patch | 37 ------------------------------
1 file changed, 37 deletions(-)
diff --git a/app-misc/jq/files/jq-1.7-warnings-r1.patch b/app-misc/jq/files/jq-1.7-warnings-r1.patch
deleted file mode 100644
index 4d0182493056..000000000000
--- a/app-misc/jq/files/jq-1.7-warnings-r1.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-diff --git a/src/builtin.c b/src/builtin.c
-index 1c6b08c..407df2a 100644
---- a/src/builtin.c
-+++ b/src/builtin.c
-@@ -1,5 +1,6 @@
- #define _BSD_SOURCE
- #define _GNU_SOURCE
-+#define _DEFAULT_SOURCE
- #ifndef __sun__
- # define _XOPEN_SOURCE
- # define _XOPEN_SOURCE_EXTENDED 1
-diff --git a/src/jv_dtoa.c b/src/jv_dtoa.c
-index 33feb99..fcbd902 100644
---- a/src/jv_dtoa.c
-+++ b/src/jv_dtoa.c
-@@ -2327,7 +2327,7 @@ retlow1:
- jvp_strtod
- (struct dtoa_context* C, const char *s00, char **se)
- {
-- int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, e, e1, test_scale;
-+ int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, e, e1;
- int esign, i, j, k, nd, nd0, nf, nz, nz0, nz1, sign;
- CONST char *s, *s0, *s1;
- double aadj, aadj1;
-diff --git a/src/jv_dtoa_tsd.c b/src/jv_dtoa_tsd.c
-index cfccd40..d39911e 100644
---- a/src/jv_dtoa_tsd.c
-+++ b/src/jv_dtoa_tsd.c
-@@ -31,7 +31,7 @@ void jv_tsd_dtoa_ctx_fini() {
- static
- #endif
- void jv_tsd_dtoa_ctx_init() {
-- if (pthread_key_create(&dtoa_ctx_key, tsd_dtoa_ctx_dtor) != 0) {
-+ if (pthread_key_create(&dtoa_ctx_key, (void (*)(void *))tsd_dtoa_ctx_dtor) != 0) {
- fprintf(stderr, "error: cannot create thread specific key");
- abort();
- }
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-08-14 5:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-14 5:58 [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/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