On Wed, Jun 04, 2025 at 04:55:05PM -0400, Jeff King wrote: > The new version of curl (which hit Debian unstable a few days ago) > causes a bunch of compiler warnings because we are passing regular ints > to curl_easy_setopt() instead of longs. Passing longs has always been > what you're supposed to do, but the new version is better about > generating warnings with gcc (I think the type-check has been there for > a long time, but I gather it was broken and recently fixed). > > I split this into three patches since the solutions vary slightly (well, > the last two are the same, but my pontificating on the solution varies). All of these look good to me, thanks! Patrick