Snippets for mpdscribble 0.22 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/mpdscribble/0.22_2/150amd64-default.log.
-
src/http_client_curl.c:546:2: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 546 | curl_easy_setopt(request->curl, CURLOPT_FAILONERROR, true); | ^ -
src/http_client_curl.c:548:2: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 548 | curl_easy_setopt(request->curl, CURLOPT_BUFFERSIZE, 2048); | ^ -
src/http_client_curl.c:555:3: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 555 | curl_easy_setopt(request->curl, CURLOPT_POST, true); | ^