Snippets for r:rcurl 1.98.1.19 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/R-cran-RCurl/1.98.1.19/150arm64-default.log.
-
curl.c:10:9: warning: 'MIN' macro redefined [-Wmacro-redefined] 10 | #define MIN(a,b) ((a) < (b) ? (a) : (b)) | ^ -
curl.c:927:9: warning: 'MAX' macro redefined [-Wmacro-redefined] 927 | #define MAX(a, b) ((a) < (b) ? (b) : (a)) | ^ -
curl.c:212:14: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 212 | status = curl_easy_setopt(obj, CURLOPT_POSTFIELDSIZE, Rf_length(el)); | ^ -
curl.c:194:14: warning: call to 'Wcurl_easy_setopt_err_progress_cb' declared with 'warning' attribute: curl_easy_setopt expects a curl_progress_callback argument [-Wattribute-warning] 194 | status = curl_easy_setopt(obj, opt, &R_curl_progress_callback); | ^ -
curl.c:187:14: warning: call to 'Wcurl_easy_setopt_err_write_callback' declared with 'warning' attribute: curl_easy_setopt expects a curl_write_callback argument [-Wattribute-warning] 187 | status = curl_easy_setopt(obj, opt, &R_curl_write_header_data); | ^ -
curl.c:179:14: warning: call to 'Wcurl_easy_setopt_err_debug_cb' declared with 'warning' attribute: curl_easy_setopt expects a curl_debug_callback argument [-Wattribute-warning] 179 | status = curl_easy_setopt(obj, opt, &R_curl_debug_callback); | ^ -
curl.c:169:14: warning: call to 'Wcurl_easy_setopt_err_write_callback' declared with 'warning' attribute: curl_easy_setopt expects a curl_write_callback argument [-Wattribute-warning] 169 | status = curl_easy_setopt(obj, CURLOPT_WRITEFUNCTION, &R_curl_write_data); | ^ -
curl.c:171:14: warning: call to 'Wcurl_easy_setopt_err_write_callback' declared with 'warning' attribute: curl_easy_setopt expects a curl_write_callback argument [-Wattribute-warning] 171 | status = curl_easy_setopt(obj, CURLOPT_HEADERFUNCTION, &R_curl_write_header_data); | ^