.. snip .. httptest.c: In function ‘process_httptest’: httptest.c:899:25: warning: ‘CURLINFO_SPEED_DOWNLOAD’ is deprecated: since 7.55.0. Use CURLINFO_SPEED_DOWNLOAD_T [-Wdeprecated-declarations] 899 | if (CURLE_OK != (err = curl_easy_getinfo(easyhandle, CURLINFO_SPEED_DOWNLOAD, | ^~ In file included from ../../../include/common/zbxsysinc.h:389, from ../../../include/zbxcommon.h:23, from httptest.h:23, from httptest.c:20: /home/jxl/scm/git/curl/fakeroot/include/curl/curl.h:2840:3: note: declared here 2840 | CURLINFO_SPEED_DOWNLOAD | ^~~~~~~~~~~~~~~~~~~~~~~ Making all in pinger Making all in poller checks_http.c: In function ‘get_value_http’: checks_http.c:310:9: warning: ‘CURLOPT_PROTOCOLS’ is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations] 310 | if (CURLE_OK != (err = curl_easy_setopt(easyhandle, CURLOPT_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS))) | ^~ In file included from ../../../include/common/zbxsysinc.h:389, from ../../../include/common/zbxtypes.h:23, from ../../../include/module.h:23, from checks_http.h:24, from checks_http.c:20: /home/jxl/scm/git/curl/fakeroot/include/curl/curl.h:1749:21: note: declared here 1749 | CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181, | ^~~~~~~~~~~~~~~~~ /home/jxl/scm/git/curl/fakeroot/include/curl/curl.h:1081:40: note: in definition of macro ‘CURLOPTDEPRECATED’ 1081 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^~ .. snip ..