Snippets for mupdf 1.28.2 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/mupdf/1.28.2,1/150arm64-default.log.
-
source/fitz/deskew_neon.h:112:54: warning: variable 'q_pair_sum' is uninitialized when used here [-Wuninitialized] 112 | q_pair_sum = vcombine_s32(pair_sum, vget_high_s32(q_pair_sum)); | ^~~~~~~~~~ -
source/fitz/deskew_neon.h:99:54: warning: variable 'q_pair_sum' is uninitialized when used here [-Wuninitialized] 99 | q_pair_sum = vcombine_s32(pair_sum, vget_high_s32(q_pair_sum)); | ^~~~~~~~~~ -
source/fitz/deskew_neon.h:626:20: warning: declaration shadows a local variable [-Wshadow] 626 | const weight_t *w = &weights[index->index]; | ^ -
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); | ^