Snippets for libnxml 0.18.3 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/libnxml/0.18.3_4/150amd64-default.log.
-
nxml_download.c:84:3: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 84 | curl_easy_setopt (curl, CURLOPT_FOLLOWLOCATION, 1); | ^ -
nxml_download.c:85:3: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 85 | curl_easy_setopt (curl, CURLOPT_NOSIGNAL, 1); | ^ -
nxml_download.c:90:5: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 90 | curl_easy_setopt (curl, CURLOPT_TIMEOUT, nxml->priv.timeout); | ^ -
nxml_download.c:92:3: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 92 | curl_easy_setopt (curl, CURLOPT_SSL_VERIFYPEER, !nxml->priv.verifypeer); | ^