Snippets for libnxml 0.18.5 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/1vx35xsrp1iy0h054dpvbvww5lf1rq48-libnxml-0.18.5.drv.
-
nxml_download.c:77:3: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 77 | curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1); | ^ -
nxml_download.c:78:3: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 78 | curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1); | ^ -
nxml_download.c:83:5: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 83 | curl_easy_setopt(curl, CURLOPT_TIMEOUT, nxml->priv.timeout); | ^ -
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_SSL_VERIFYPEER, !nxml->priv.verifypeer); | ^