Snippets for mupdf 1.28.2 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/mupdf/1.28.2,1/150amd64-default.log.
-
platform/x11/curl_stream.c:610:2: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 610 | curl_easy_setopt(state->easy, CURLOPT_FOLLOWLOCATION, 1); | ^ -
platform/x11/curl_stream.c:611:2: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 611 | curl_easy_setopt(state->easy, CURLOPT_MAXREDIRS, 12); | ^ -
platform/x11/curl_stream.c:612:2: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 612 | curl_easy_setopt(state->easy, CURLOPT_SSL_VERIFYPEER, 0); | ^ -
platform/x11/curl_stream.c:613:2: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 613 | curl_easy_setopt(state->easy, CURLOPT_SSL_VERIFYHOST, 0); | ^ -
platform/x11/curl_stream.c:614:2: warning: call to 'Wcurl_easy_setopt_err_curl_off_t' declared with 'warning' attribute: curl_easy_setopt expects a curl_off_t argument [-Wattribute-warning] 614 | curl_easy_setopt(state->easy, CURLOPT_MAX_RECV_SPEED_LARGE, kbps * 1024); | ^ -
platform/x11/curl_stream.c:620:2: warning: call to 'Wcurl_easy_setopt_err_error_buffer' declared with 'warning' attribute: curl_easy_setopt expects a char buffer of CURL_ERROR_SIZE as argument [-Wattribute-warning] 620 | curl_easy_setopt(state->easy, CURLOPT_ERRORBUFFER, &state->error_buffer); | ^ -
platform/x11/curl_stream.c:627:2: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 627 | curl_easy_setopt(state->easy, CURLOPT_NOBODY, 1); | ^ -
platform/x11/curl_stream.c:289:3: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 289 | curl_easy_setopt(state->easy, CURLOPT_NOBODY, 0); | ^