Thread (12 messages) flat view 12 messages, 3 authors, 2023-01-17

Re: [PATCH] ci: do not die on deprecated-declarations warning

From: Jeff King <hidden>
Date: 2023-01-14 14:57:43

On Sat, Jan 14, 2023 at 09:47:38AM -0500, Jeff King wrote:
quoted hunk ↗ jump to hunk
As Ramsay suggested, we could probably use CURL_DISABLE_DEPRECATION to
limit this just to the problematic case. An even more focused option is
to use curl's helper here:
diff --git a/http.c b/http.c
index 17d954dd95..21891493d9 100644
--- a/http.c
+++ b/http.c
@@ -1,3 +1,4 @@
+#define CURL_DISABLE_TYPECHECK 1
Oops, this line snuck in from my testing. See my other message for why
it's relevant. ;)

-Peff
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help