Re: [libvirt PATCH] esx: pass 'long' to curl_easy_setopt when needed

2025-09-08 Thread Peter Krempa via Devel
On Tue, Sep 02, 2025 at 14:34:04 +0200, Ján Tomko via Devel wrote: > From: Ján Tomko > > The include header got its type checks fixed in curl 8.14: > https://github.com/curl/curl/commit/79b4e56b3f30dc1ac28a81128a07d27338e5219e > https://github.com/curl/curl/pull/17143 > > This causes a warning o

[libvirt PATCH] esx: pass 'long' to curl_easy_setopt when needed

2025-09-02 Thread Ján Tomko via Devel
From: Ján Tomko The include header got its type checks fixed in curl 8.14: https://github.com/curl/curl/commit/79b4e56b3f30dc1ac28a81128a07d27338e5219e https://github.com/curl/curl/pull/17143 This causes a warning on rawhide with clang: ../src/esx/esx_vi.c:318:5: error: call to '_curl_easy_setop