warning: build_py: byte-compiling is disabled, skipping.
In file included from src/docstrings.c:4:
src/pycurl.h:561:1: warning: parameter names (without types) in function declaration
561 | do_global_cleanup(PyObject *dummy, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~
src/pycurl.h:576:1: warning: parameter names (without types) in function declaration
576 | do_curl_perform(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~
src/pycurl.h:578:1: warning: parameter names (without types) in function declaration
578 | do_curl_perform_rb(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~~
src/pycurl.h:610:1: warning: parameter names (without types) in function declaration
610 | do_curl_errstr(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~
In file included from src/easy.c:1:
src/pycurl.h:561:1: warning: parameter names (without types) in function declaration
561 | do_global_cleanup(PyObject *dummy, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~
src/pycurl.h:576:1: warning: parameter names (without types) in function declaration
576 | do_curl_perform(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~
src/pycurl.h:578:1: warning: parameter names (without types) in function declaration
578 | do_curl_perform_rb(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~~
src/pycurl.h:610:1: warning: parameter names (without types) in function declaration
610 | do_curl_errstr(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~
src/easy.c: In function ‘do_curlhttppost_dealloc’:
src/easy.c:112:9: warning: ‘curl_formfree’ is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations]
112 | curl_formfree(self->httppost);
| ^~~~~~~~~~~~~
In file included from src/pycurl.h:33:
/usr/include/curl/curl.h:2670:1: note: declared here
2670 | curl_formfree(struct curl_httppost *form);
| ^~~~~~~~~~~~~
src/easy.c: At top level:
src/easy.c:321:1: warning: parameter names (without types) in function declaration
321 | do_curl_duphandle(CurlObject *self, PyObject *Py_UNUSED(ignored))
| ^~~~~~~~~~~~~~~~~
src/easy.c: In function ‘do_curl_duphandle’:
src/easy.c:398:9: warning: ‘CURLOPT_IOCTLDATA’ is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations]
398 | curl_easy_setopt(dup->handle, CURLOPT_IOCTLDATA, dup);
| ^~~~~~~~~~~~~~~~
/usr/include/curl/curl.h:1618:3: note: declared here
1618 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131,
| ^~~~~~~~~~~~~~~~~
src/easy.c: At top level:
src/easy.c:636:1: warning: parameter names (without types) in function declaration
636 | do_curl_close(CurlObject *self, PyObject *Py_UNUSED(ignored))
| ^~~~~~~~~~~~~
src/easy.c:725:1: warning: parameter names (without types) in function declaration
725 | do_curl_reset(CurlObject *self, PyObject *Py_UNUSED(ignored))
| ^~~~~~~~~~~~~
src/easy.c:745:1: warning: parameter names (without types) in function declaration
745 | static PyObject *do_curl_getstate(CurlObject *self, PyObject *Py_UNUSED(ignored))
| ^~~~~~
In file included from src/easycb.c:1:
src/pycurl.h:561:1: warning: parameter names (without types) in function declaration
561 | do_global_cleanup(PyObject *dummy, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~
src/pycurl.h:576:1: warning: parameter names (without types) in function declaration
576 | do_curl_perform(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~
src/pycurl.h:578:1: warning: parameter names (without types) in function declaration
578 | do_curl_perform_rb(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~~
src/pycurl.h:610:1: warning: parameter names (without types) in function declaration
610 | do_curl_errstr(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~
In file included from src/easyinfo.c:1:
src/pycurl.h:561:1: warning: parameter names (without types) in function declaration
561 | do_global_cleanup(PyObject *dummy, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~
src/pycurl.h:576:1: warning: parameter names (without types) in function declaration
576 | do_curl_perform(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~
src/pycurl.h:578:1: warning: parameter names (without types) in function declaration
578 | do_curl_perform_rb(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~~
src/pycurl.h:610:1: warning: parameter names (without types) in function declaration
610 | do_curl_errstr(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~
src/easyinfo.c: In function ‘do_curl_getinfo_raw’:
src/easyinfo.c:145:5: warning: ‘CURLINFO_LASTSOCKET’ is deprecated: since 7.45.0. Use CURLINFO_ACTIVESOCKET [-Wdeprecated-declarations]
145 | case CURLINFO_LASTSOCKET:
| ^~~~
In file included from src/pycurl.h:33:
/usr/include/curl/curl.h:2954:3: note: declared here
2954 | CURLINFO_LASTSOCKET CURL_DEPRECATED(7.45.0, "Use CURLINFO_ACTIVESOCKET")
| ^~~~~~~~~~~~~~~~~~~
src/easyinfo.c:207:5: warning: ‘CURLINFO_CONTENT_LENGTH_DOWNLOAD’ is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations]
207 | case CURLINFO_CONTENT_LENGTH_DOWNLOAD:
| ^~~~
/usr/include/curl/curl.h:2932:3: note: declared here
2932 | CURLINFO_CONTENT_LENGTH_DOWNLOAD
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/easyinfo.c:208:5: warning: ‘CURLINFO_CONTENT_LENGTH_UPLOAD’ is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_UPLOAD_T [-Wdeprecated-declarations]
208 | case CURLINFO_CONTENT_LENGTH_UPLOAD:
| ^~~~
/usr/include/curl/curl.h:2937:3: note: declared here
2937 | CURLINFO_CONTENT_LENGTH_UPLOAD
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/easyinfo.c:212:5: warning: ‘CURLINFO_SIZE_DOWNLOAD’ is deprecated: since 7.55.0. Use CURLINFO_SIZE_DOWNLOAD_T [-Wdeprecated-declarations]
212 | case CURLINFO_SIZE_DOWNLOAD:
| ^~~~
/usr/include/curl/curl.h:2915:3: note: declared here
2915 | CURLINFO_SIZE_DOWNLOAD
| ^~~~~~~~~~~~~~~~~~~~~~
src/easyinfo.c:213:5: warning: ‘CURLINFO_SIZE_UPLOAD’ is deprecated: since 7.55.0. Use CURLINFO_SIZE_UPLOAD_T [-Wdeprecated-declarations]
213 | case CURLINFO_SIZE_UPLOAD:
| ^~~~
/usr/include/curl/curl.h:2912:3: note: declared here
2912 | CURLINFO_SIZE_UPLOAD CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_UPLOAD_T")
| ^~~~~~~~~~~~~~~~~~~~
src/easyinfo.c:214:5: warning: ‘CURLINFO_SPEED_DOWNLOAD’ is deprecated: since 7.55.0. Use CURLINFO_SPEED_DOWNLOAD_T [-Wdeprecated-declarations]
214 | case CURLINFO_SPEED_DOWNLOAD:
| ^~~~
/usr/include/curl/curl.h:2919:3: note: declared here
2919 | CURLINFO_SPEED_DOWNLOAD
| ^~~~~~~~~~~~~~~~~~~~~~~
src/easyinfo.c:215:5: warning: ‘CURLINFO_SPEED_UPLOAD’ is deprecated: since 7.55.0. Use CURLINFO_SPEED_UPLOAD_T [-Wdeprecated-declarations]
215 | case CURLINFO_SPEED_UPLOAD:
| ^~~~
/usr/include/curl/curl.h:2923:3: note: declared here
2923 | CURLINFO_SPEED_UPLOAD
| ^~~~~~~~~~~~~~~~~~~~~
src/easyinfo.c: At top level:
src/easyinfo.c:365:1: warning: parameter names (without types) in function declaration
365 | do_curl_errstr(CurlObject *self, PyObject *Py_UNUSED(ignored))
| ^~~~~~~~~~~~~~
In file included from src/easyopt.c:1:
src/pycurl.h:561:1: warning: parameter names (without types) in function declaration
561 | do_global_cleanup(PyObject *dummy, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~
src/pycurl.h:576:1: warning: parameter names (without types) in function declaration
576 | do_curl_perform(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~
src/pycurl.h:578:1: warning: parameter names (without types) in function declaration
578 | do_curl_perform_rb(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~~
src/pycurl.h:610:1: warning: parameter names (without types) in function declaration
610 | do_curl_errstr(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~
src/easyopt.c: In function ‘util_curl_unsetopt’:
src/easyopt.c:94:5: warning: ‘CURLOPT_EGDSOCKET’ is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations]
94 | case CURLOPT_EGDSOCKET:
| ^~~~
In file included from src/pycurl.h:33:
/usr/include/curl/curl.h:1404:3: note: declared here
1404 | CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77,
| ^~~~~~~~~~~~~~~~~
src/easyopt.c:102:5: warning: ‘CURLOPT_RANDOM_FILE’ is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations]
102 | case CURLOPT_RANDOM_FILE:
| ^~~~
/usr/include/curl/curl.h:1400:3: note: declared here
1400 | CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76,
| ^~~~~~~~~~~~~~~~~
src/easyopt.c:164:5: warning: ‘CURLOPT_HTTPPOST’ is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations]
164 | CLEAR_OBJECT(CURLOPT_HTTPPOST, self->httppost);
| ^~~~~~~~~~~~
/usr/include/curl/curl.h:1234:3: note: declared here
1234 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24,
| ^~~~~~~~~~~~~~~~~
src/easyopt.c:164:5: warning: ‘CURLOPT_HTTPPOST’ is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations]
164 | CLEAR_OBJECT(CURLOPT_HTTPPOST, self->httppost);
| ^~~~~~~~~~~~
/usr/include/curl/curl.h:1234:3: note: declared here
1234 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24,
| ^~~~~~~~~~~~~~~~~
src/easyopt.c: In function ‘do_curl_setopt_string_impl’:
src/easyopt.c:246:5: warning: ‘CURLOPT_EGDSOCKET’ is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations]
246 | case CURLOPT_EGDSOCKET:
| ^~~~
/usr/include/curl/curl.h:1404:3: note: declared here
1404 | CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77,
| ^~~~~~~~~~~~~~~~~
src/easyopt.c:260:5: warning: ‘CURLOPT_RANDOM_FILE’ is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations]
260 | case CURLOPT_RANDOM_FILE:
| ^~~~
/usr/include/curl/curl.h:1400:3: note: declared here
1400 | CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76,
| ^~~~~~~~~~~~~~~~~
src/easyopt.c:295:5: warning: ‘CURLOPT_SOCKS5_GSSAPI_SERVICE’ is deprecated: since 7.49.0. Use CURLOPT_PROXY_SERVICE_NAME [-Wdeprecated-declarations]
295 | case CURLOPT_SOCKS5_GSSAPI_SERVICE:
| ^~~~
/usr/include/curl/curl.h:1774:3: note: declared here
1774 | CURLOPTDEPRECATED(CURLOPT_SOCKS5_GSSAPI_SERVICE,
| ^~~~~~~~~~~~~~~~~
src/easyopt.c: In function ‘do_curl_setopt_httppost’:
src/easyopt.c:627:13: warning: ‘curl_formadd’ is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
627 | res = curl_formadd(&post, &last,
| ^~~
/usr/include/curl/curl.h:2634:1: note: declared here
2634 | curl_formadd(struct curl_httppost **httppost,
| ^~~~~~~~~~~~
src/easyopt.c:628:32: warning: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
628 | CURLFORM_COPYNAME, nstr,
| ^~~~~~~~~~~~~~~~~
/usr/include/curl/curl.h:2559:3: note: declared here
2559 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
| ^~~~~~~~~~~~~~~~~
src/easyopt.c:629:32: warning: ‘CURLFORM_NAMELENGTH’ is deprecated: since 7.56.0. [-Wdeprecated-declarations]
629 | CURLFORM_NAMELENGTH, (long) nlen,
| ^~~~~~~~~~~~~~~~~~~
/usr/include/curl/curl.h:2561:3: note: declared here
2561 | CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""),
| ^~~~~~~~~~~~~~~~~~~
src/easyopt.c:630:32: warning: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
630 | CURLFORM_COPYCONTENTS, cstr,
| ^~~~~~~~~~~~~~~~~~~~~
/usr/include/curl/curl.h:2562:3: note: declared here
2562 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
| ^~~~~~~~~~~~~~~~~~~~~
src/easyopt.c:631:32: warning: ‘CURLFORM_CONTENTSLENGTH’ is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
631 | CURLFORM_CONTENTSLENGTH, (long) clen,
| ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/curl/curl.h:2564:3: note: declared here
2564 | CURLFORM_CONTENTSLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
| ^~~~~~~~~~~~~~~~~~~~~~~
src/easyopt.c:694:17: warning: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
694 | if (val != CURLFORM_COPYCONTENTS &&
| ^~
/usr/include/curl/curl.h:2562:3: note: declared here
2562 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
| ^~~~~~~~~~~~~~~~~~~~~
src/easyopt.c:695:21: warning: ‘CURLFORM_FILE’ is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations]
695 | val != CURLFORM_FILE &&
| ^~~
/usr/include/curl/curl.h:2568:3: note: declared here
2568 | CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"),
| ^~~~~~~~~~~~~
src/easyopt.c:696:21: warning: ‘CURLFORM_FILENAME’ is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations]
696 | val != CURLFORM_FILENAME &&
| ^~~
/usr/include/curl/curl.h:2576:3: note: declared here
2576 | CURLFORM_FILENAME CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"),
| ^~~~~~~~~~~~~~~~~
src/easyopt.c:697:21: warning: ‘CURLFORM_CONTENTTYPE’ is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations]
697 | val != CURLFORM_CONTENTTYPE &&
| ^~~
/usr/include/curl/curl.h:2574:3: note: declared here
2574 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"),
| ^~~~~~~~~~~~~~~~~~~~
src/easyopt.c:698:21: warning: ‘CURLFORM_BUFFER’ is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations]
698 | val != CURLFORM_BUFFER &&
| ^~~
/usr/include/curl/curl.h:2570:3: note: declared here
2570 | CURLFORM_BUFFER CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"),
| ^~~~~~~~~~~~~~~
src/easyopt.c:699:21: warning: ‘CURLFORM_BUFFERPTR’ is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
699 | val != CURLFORM_BUFFERPTR)
| ^~~
/usr/include/curl/curl.h:2571:3: note: declared here
2571 | CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
| ^~~~~~~~~~~~~~~~~~
src/easyopt.c:717:17: warning: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
717 | if (val == CURLFORM_COPYCONTENTS) {
| ^~
/usr/include/curl/curl.h:2562:3: note: declared here
2562 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
| ^~~~~~~~~~~~~~~~~~~~~
src/easyopt.c:719:21: warning: ‘CURLFORM_CONTENTSLENGTH’ is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
719 | forms[k].option = CURLFORM_CONTENTSLENGTH;
| ^~~~~
/usr/include/curl/curl.h:2564:3: note: declared here
2564 | CURLFORM_CONTENTSLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
| ^~~~~~~~~~~~~~~~~~~~~~~
src/easyopt.c:722:17: warning: ‘CURLFORM_BUFFERPTR’ is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
722 | } else if (val == CURLFORM_BUFFERPTR) {
| ^
/usr/include/curl/curl.h:2571:3: note: declared here
2571 | CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
| ^~~~~~~~~~~~~~~~~~
src/easyopt.c:752:21: warning: ‘CURLFORM_BUFFERLENGTH’ is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
752 | forms[k].option = CURLFORM_BUFFERLENGTH;
| ^~~~~
/usr/include/curl/curl.h:2572:3: note: declared here
2572 | CURLFORM_BUFFERLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
| ^~~~~~~~~~~~~~~~~~~~~
src/easyopt.c:758:13: warning: ‘curl_formadd’ is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
758 | res = curl_formadd(&post, &last,
| ^~~
/usr/include/curl/curl.h:2634:1: note: declared here
2634 | curl_formadd(struct curl_httppost **httppost,
| ^~~~~~~~~~~~
src/easyopt.c:759:32: warning: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
759 | CURLFORM_COPYNAME, nstr,
| ^~~~~~~~~~~~~~~~~
/usr/include/curl/curl.h:2559:3: note: declared here
2559 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
| ^~~~~~~~~~~~~~~~~
src/easyopt.c:760:32: warning: ‘CURLFORM_NAMELENGTH’ is deprecated: since 7.56.0. [-Wdeprecated-declarations]
760 | CURLFORM_NAMELENGTH, (long) nlen,
| ^~~~~~~~~~~~~~~~~~~
/usr/include/curl/curl.h:2561:3: note: declared here
2561 | CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""),
| ^~~~~~~~~~~~~~~~~~~
src/easyopt.c:761:32: warning: ‘CURLFORM_ARRAY’ is deprecated: since 7.56.0. [-Wdeprecated-declarations]
761 | CURLFORM_ARRAY, forms,
| ^~~~~~~~~~~~~~
/usr/include/curl/curl.h:2566:3: note: declared here
2566 | CURLFORM_ARRAY CURL_DEPRECATED(7.56.0, ""),
| ^~~~~~~~~~~~~~
src/easyopt.c:778:5: warning: ‘CURLOPT_HTTPPOST’ is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations]
778 | res = curl_easy_setopt(self->handle, CURLOPT_HTTPPOST, post);
| ^~~
/usr/include/curl/curl.h:1234:3: note: declared here
1234 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24,
| ^~~~~~~~~~~~~~~~~
src/easyopt.c:791:5: warning: ‘curl_formfree’ is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations]
791 | curl_formfree(post);
| ^~~~~~~~~~~~~
/usr/include/curl/curl.h:2670:1: note: declared here
2670 | curl_formfree(struct curl_httppost *form);
| ^~~~~~~~~~~~~
src/easyopt.c: In function ‘do_curl_setopt_callable’:
src/easyopt.c:922:5: warning: ‘CURLOPT_PROGRESSFUNCTION’ is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations]
922 | case CURLOPT_PROGRESSFUNCTION:
| ^~~~
/usr/include/curl/curl.h:1333:3: note: declared here
1333 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56,
| ^~~~~~~~~~~~~~~~~
src/easyopt.c:926:9: warning: ‘CURLOPT_PROGRESSFUNCTION’ is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations]
926 | curl_easy_setopt(self->handle, CURLOPT_PROGRESSFUNCTION, pro_cb);
| ^~~~~~~~~~~~~~~~
/usr/include/curl/curl.h:1333:3: note: declared here
1333 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56,
| ^~~~~~~~~~~~~~~~~
src/easyopt.c:945:5: warning: ‘CURLOPT_IOCTLFUNCTION’ is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations]
945 | case CURLOPT_IOCTLFUNCTION:
| ^~~~
/usr/include/curl/curl.h:1616:3: note: declared here
1616 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130,
| ^~~~~~~~~~~~~~~~~
src/easyopt.c:949:9: warning: ‘CURLOPT_IOCTLFUNCTION’ is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations]
949 | curl_easy_setopt(self->handle, CURLOPT_IOCTLFUNCTION, ioctl_cb);
| ^~~~~~~~~~~~~~~~
/usr/include/curl/curl.h:1616:3: note: declared here
1616 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130,
| ^~~~~~~~~~~~~~~~~
src/easyopt.c:950:9: warning: ‘CURLOPT_IOCTLDATA’ is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations]
950 | curl_easy_setopt(self->handle, CURLOPT_IOCTLDATA, self);
| ^~~~~~~~~~~~~~~~
/usr/include/curl/curl.h:1618:3: note: declared here
1618 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131,
| ^~~~~~~~~~~~~~~~~
src/easyopt.c: In function ‘do_curl_setopt’:
src/easyopt.c:1148:9: warning: ‘CURLOPT_HTTPPOST’ is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations]
1148 | if (option == CURLOPT_HTTPPOST) {
| ^~
/usr/include/curl/curl.h:1234:3: note: declared here
1234 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24,
| ^~~~~~~~~~~~~~~~~
In function ‘do_curl_setopt_callable’,
inlined from ‘do_curl_setopt’ at src/easyopt.c:1158:16:
src/easyopt.c:980:9: warning: call to ‘_curl_easy_setopt_err_ssh_key_cb’ declared with attribute warning: curl_easy_setopt expects a curl_sshkeycallback argument [-Wattribute-warning]
980 | curl_easy_setopt(self->handle, CURLOPT_SSH_KEYFUNCTION, ssh_key_cb);
| ^~~~~~~~~~~~~~~~
In file included from src/easyperform.c:1:
src/pycurl.h:561:1: warning: parameter names (without types) in function declaration
561 | do_global_cleanup(PyObject *dummy, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~
src/pycurl.h:576:1: warning: parameter names (without types) in function declaration
576 | do_curl_perform(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~
src/pycurl.h:578:1: warning: parameter names (without types) in function declaration
578 | do_curl_perform_rb(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~~
src/pycurl.h:610:1: warning: parameter names (without types) in function declaration
610 | do_curl_errstr(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~
src/easyperform.c:7:1: warning: parameter names (without types) in function declaration
7 | do_curl_perform(CurlObject *self, PyObject *Py_UNUSED(ignored))
| ^~~~~~~~~~~~~~~
src/easyperform.c:27:1: warning: parameter names (without types) in function declaration
27 | do_curl_perform_rb(CurlObject *self, PyObject *Py_UNUSED(ignored))
| ^~~~~~~~~~~~~~~~~~
In file included from src/module.c:1:
src/pycurl.h:561:1: warning: parameter names (without types) in function declaration
561 | do_global_cleanup(PyObject *dummy, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~
src/pycurl.h:576:1: warning: parameter names (without types) in function declaration
576 | do_curl_perform(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~
src/pycurl.h:578:1: warning: parameter names (without types) in function declaration
578 | do_curl_perform_rb(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~~
src/pycurl.h:610:1: warning: parameter names (without types) in function declaration
610 | do_curl_errstr(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~
src/module.c:97:1: warning: parameter names (without types) in function declaration
97 | do_global_cleanup(PyObject *dummy, PyObject *Py_UNUSED(ignored))
| ^~~~~~~~~~~~~~~~~
src/module.c: In function ‘initpycurl’:
src/module.c:418:17: warning: ‘CURLSSLBACKEND_NSS’ is deprecated: since 8.3.0. [-Wdeprecated-declarations]
418 | case CURLSSLBACKEND_NSS:
| ^~~~
In file included from src/pycurl.h:33:
/usr/include/curl/curl.h:155:3: note: declared here
155 | CURLSSLBACKEND_NSS CURL_DEPRECATED(8.3.0, "") = 3,
| ^~~~~~~~~~~~~~~~~~
src/module.c:423:17: warning: ‘CURLSSLBACKEND_SECURETRANSPORT’ is deprecated: since 8.15.0. [-Wdeprecated-declarations]
423 | case CURLSSLBACKEND_SECURETRANSPORT:
| ^~~~
/usr/include/curl/curl.h:161:3: note: declared here
161 | CURLSSLBACKEND_SECURETRANSPORT CURL_DEPRECATED(8.15.0, "") = 9,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/module.c:779:5: warning: ‘CURLFORM_BUFFER’ is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations]
779 | insint_c(d, "FORM_BUFFER", CURLFORM_BUFFER);
| ^~~~~~~~
/usr/include/curl/curl.h:2570:3: note: declared here
2570 | CURLFORM_BUFFER CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"),
| ^~~~~~~~~~~~~~~
src/module.c:780:5: warning: ‘CURLFORM_BUFFERPTR’ is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
780 | insint_c(d, "FORM_BUFFERPTR", CURLFORM_BUFFERPTR);
| ^~~~~~~~
/usr/include/curl/curl.h:2571:3: note: declared here
2571 | CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
| ^~~~~~~~~~~~~~~~~~
src/module.c:781:5: warning: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
781 | insint_c(d, "FORM_CONTENTS", CURLFORM_COPYCONTENTS);
| ^~~~~~~~
/usr/include/curl/curl.h:2562:3: note: declared here
2562 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
| ^~~~~~~~~~~~~~~~~~~~~
src/module.c:782:5: warning: ‘CURLFORM_FILE’ is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations]
782 | insint_c(d, "FORM_FILE", CURLFORM_FILE);
| ^~~~~~~~
/usr/include/curl/curl.h:2568:3: note: declared here
2568 | CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"),
| ^~~~~~~~~~~~~
src/module.c:783:5: warning: ‘CURLFORM_CONTENTTYPE’ is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations]
783 | insint_c(d, "FORM_CONTENTTYPE", CURLFORM_CONTENTTYPE);
| ^~~~~~~~
/usr/include/curl/curl.h:2574:3: note: declared here
2574 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"),
| ^~~~~~~~~~~~~~~~~~~~
src/module.c:784:5: warning: ‘CURLFORM_FILENAME’ is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations]
784 | insint_c(d, "FORM_FILENAME", CURLFORM_FILENAME);
| ^~~~~~~~
/usr/include/curl/curl.h:2576:3: note: declared here
2576 | CURLFORM_FILENAME CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"),
| ^~~~~~~~~~~~~~~~~
src/module.c:851:5: warning: ‘CURLOPT_PUT’ is deprecated: since 7.12.1. Use CURLOPT_UPLOAD [-Wdeprecated-declarations]
851 | insint_c(d, "PUT", CURLOPT_PUT);
| ^~~~~~~~
/usr/include/curl/curl.h:1324:3: note: declared here
1324 | CURLOPTDEPRECATED(CURLOPT_PUT, CURLOPTTYPE_LONG, 54,
| ^~~~~~~~~~~~~~~~~
src/module.c:865:5: warning: ‘CURLOPT_HTTPPOST’ is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations]
865 | insint_c(d, "HTTPPOST", CURLOPT_HTTPPOST);
| ^~~~~~~~
/usr/include/curl/curl.h:1234:3: note: declared here
1234 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24,
| ^~~~~~~~~~~~~~~~~
src/module.c:896:5: warning: ‘CURLOPT_PROGRESSFUNCTION’ is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations]
896 | insint_c(d, "PROGRESSFUNCTION", CURLOPT_PROGRESSFUNCTION);
| ^~~~~~~~
/usr/include/curl/curl.h:1333:3: note: declared here
1333 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56,
| ^~~~~~~~~~~~~~~~~
src/module.c:923:5: warning: ‘CURLOPT_RANDOM_FILE’ is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations]
923 | insint_c(d, "RANDOM_FILE", CURLOPT_RANDOM_FILE);
| ^~~~~~~~
/usr/include/curl/curl.h:1400:3: note: declared here
1400 | CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76,
| ^~~~~~~~~~~~~~~~~
src/module.c:924:5: warning: ‘CURLOPT_EGDSOCKET’ is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations]
924 | insint_c(d, "EGDSOCKET", CURLOPT_EGDSOCKET);
| ^~~~~~~~
/usr/include/curl/curl.h:1404:3: note: declared here
1404 | CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77,
| ^~~~~~~~~~~~~~~~~
src/module.c:940:5: warning: ‘CURLOPT_DNS_USE_GLOBAL_CACHE’ is deprecated: since 7.11.1. Use CURLOPT_SHARE [-Wdeprecated-declarations]
940 | insint_c(d, "DNS_USE_GLOBAL_CACHE", CURLOPT_DNS_USE_GLOBAL_CACHE);
| ^~~~~~~~
/usr/include/curl/curl.h:1460:3: note: declared here
1460 | CURLOPTDEPRECATED(CURLOPT_DNS_USE_GLOBAL_CACHE, CURLOPTTYPE_LONG, 91,
| ^~~~~~~~~~~~~~~~~
src/module.c:972:5: warning: ‘CURLOPT_IOCTLFUNCTION’ is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations]
972 | insint_c(d, "IOCTLFUNCTION", CURLOPT_IOCTLFUNCTION);
| ^~~~~~~~
/usr/include/curl/curl.h:1616:3: note: declared here
1616 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130,
| ^~~~~~~~~~~~~~~~~
src/module.c:1070:5: warning: ‘CURLOPT_PROTOCOLS’ is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations]
1070 | insint_c(d, "PROTOCOLS", CURLOPT_PROTOCOLS);
| ^~~~~~~~
/usr/include/curl/curl.h:1785:3: note: declared here
1785 | CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181,
| ^~~~~~~~~~~~~~~~~
src/module.c:1071:5: warning: ‘CURLOPT_REDIR_PROTOCOLS’ is deprecated: since 7.85.0. Use CURLOPT_REDIR_PROTOCOLS_STR [-Wdeprecated-declarations]
1071 | insint_c(d, "REDIR_PROTOCOLS", CURLOPT_REDIR_PROTOCOLS);
| ^~~~~~~~
/usr/include/curl/curl.h:1791:3: note: declared here
1791 | CURLOPTDEPRECATED(CURLOPT_REDIR_PROTOCOLS, CURLOPTTYPE_LONG, 182,
| ^~~~~~~~~~~~~~~~~
src/module.c:1112:5: warning: ‘CURLOPT_SOCKS5_GSSAPI_SERVICE’ is deprecated: since 7.49.0. Use CURLOPT_PROXY_SERVICE_NAME [-Wdeprecated-declarations]
1112 | insint_c(d, "SOCKS5_GSSAPI_SERVICE", CURLOPT_SOCKS5_GSSAPI_SERVICE);
| ^~~~~~~~
/usr/include/curl/curl.h:1774:3: note: declared here
1774 | CURLOPTDEPRECATED(CURLOPT_SOCKS5_GSSAPI_SERVICE,
| ^~~~~~~~~~~~~~~~~
src/module.c:1133:5: warning: ‘CURLOPT_SSL_ENABLE_NPN’ is deprecated: since 7.86.0. Has no function [-Wdeprecated-declarations]
1133 | insint_c(d, "SSL_ENABLE_NPN", CURLOPT_SSL_ENABLE_NPN);
| ^~~~~~~~
/usr/include/curl/curl.h:1938:3: note: declared here
1938 | CURLOPTDEPRECATED(CURLOPT_SSL_ENABLE_NPN, CURLOPTTYPE_LONG, 225,
| ^~~~~~~~~~~~~~~~~
src/module.c:1136:5: warning: ‘CURLOPT_SSL_FALSESTART’ is deprecated: since 8.15.0. Has no function [-Wdeprecated-declarations]
1136 | insint_c(d, "SSL_FALSESTART", CURLOPT_SSL_FALSESTART);
| ^~~~~~~~
/usr/include/curl/curl.h:1966:3: note: declared here
1966 | CURLOPTDEPRECATED(CURLOPT_SSL_FALSESTART, CURLOPTTYPE_LONG, 233,
| ^~~~~~~~~~~~~~~~~
src/module.c:1326:5: warning: ‘CURLINFO_SIZE_UPLOAD’ is deprecated: since 7.55.0. Use CURLINFO_SIZE_UPLOAD_T [-Wdeprecated-declarations]
1326 | insint_c(d, "SIZE_UPLOAD", CURLINFO_SIZE_UPLOAD);
| ^~~~~~~~
/usr/include/curl/curl.h:2912:3: note: declared here
2912 | CURLINFO_SIZE_UPLOAD CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_UPLOAD_T")
| ^~~~~~~~~~~~~~~~~~~~
src/module.c:1327:5: warning: ‘CURLINFO_SIZE_DOWNLOAD’ is deprecated: since 7.55.0. Use CURLINFO_SIZE_DOWNLOAD_T [-Wdeprecated-declarations]
1327 | insint_c(d, "SIZE_DOWNLOAD", CURLINFO_SIZE_DOWNLOAD);
| ^~~~~~~~
/usr/include/curl/curl.h:2915:3: note: declared here
2915 | CURLINFO_SIZE_DOWNLOAD
| ^~~~~~~~~~~~~~~~~~~~~~
src/module.c:1328:5: warning: ‘CURLINFO_SPEED_DOWNLOAD’ is deprecated: since 7.55.0. Use CURLINFO_SPEED_DOWNLOAD_T [-Wdeprecated-declarations]
1328 | insint_c(d, "SPEED_DOWNLOAD", CURLINFO_SPEED_DOWNLOAD);
| ^~~~~~~~
/usr/include/curl/curl.h:2919:3: note: declared here
2919 | CURLINFO_SPEED_DOWNLOAD
| ^~~~~~~~~~~~~~~~~~~~~~~
src/module.c:1329:5: warning: ‘CURLINFO_SPEED_UPLOAD’ is deprecated: since 7.55.0. Use CURLINFO_SPEED_UPLOAD_T [-Wdeprecated-declarations]
1329 | insint_c(d, "SPEED_UPLOAD", CURLINFO_SPEED_UPLOAD);
| ^~~~~~~~
/usr/include/curl/curl.h:2923:3: note: declared here
2923 | CURLINFO_SPEED_UPLOAD
| ^~~~~~~~~~~~~~~~~~~~~
src/module.c:1334:5: warning: ‘CURLINFO_CONTENT_LENGTH_DOWNLOAD’ is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations]
1334 | insint_c(d, "CONTENT_LENGTH_DOWNLOAD", CURLINFO_CONTENT_LENGTH_DOWNLOAD);
| ^~~~~~~~
/usr/include/curl/curl.h:2932:3: note: declared here
2932 | CURLINFO_CONTENT_LENGTH_DOWNLOAD
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/module.c:1335:5: warning: ‘CURLINFO_CONTENT_LENGTH_UPLOAD’ is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_UPLOAD_T [-Wdeprecated-declarations]
1335 | insint_c(d, "CONTENT_LENGTH_UPLOAD", CURLINFO_CONTENT_LENGTH_UPLOAD);
| ^~~~~~~~
/usr/include/curl/curl.h:2937:3: note: declared here
2937 | CURLINFO_CONTENT_LENGTH_UPLOAD
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/module.c:1358:5: warning: ‘CURLINFO_LASTSOCKET’ is deprecated: since 7.45.0. Use CURLINFO_ACTIVESOCKET [-Wdeprecated-declarations]
1358 | insint_c(d, "LASTSOCKET", CURLINFO_LASTSOCKET);
| ^~~~~~~~
/usr/include/curl/curl.h:2954:3: note: declared here
2954 | CURLINFO_LASTSOCKET CURL_DEPRECATED(7.45.0, "Use CURLINFO_ACTIVESOCKET")
| ^~~~~~~~~~~~~~~~~~~
In file included from src/multi.c:1:
src/pycurl.h:561:1: warning: parameter names (without types) in function declaration
561 | do_global_cleanup(PyObject *dummy, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~
src/pycurl.h:576:1: warning: parameter names (without types) in function declaration
576 | do_curl_perform(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~
src/pycurl.h:578:1: warning: parameter names (without types) in function declaration
578 | do_curl_perform_rb(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~~
src/pycurl.h:610:1: warning: parameter names (without types) in function declaration
610 | do_curl_errstr(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~
src/multi.c:135:1: warning: parameter names (without types) in function declaration
135 | do_multi_close(CurlMultiObject *self, PyObject *Py_UNUSED(ignored))
| ^~~~~~~~~~~~~~
src/multi.c:495:1: warning: parameter names (without types) in function declaration
495 | do_multi_timeout(CurlMultiObject *self, PyObject *Py_UNUSED(ignored))
| ^~~~~~~~~~~~~~~~
src/multi.c:568:1: warning: parameter names (without types) in function declaration
568 | do_multi_socket_all(CurlMultiObject *self, PyObject *Py_UNUSED(ignored))
| ^~~~~~~~~~~~~~~~~~~
src/multi.c: In function ‘do_multi_socket_all’:
src/multi.c:578:5: warning: ‘curl_multi_socket_all’ is deprecated: since 7.19.5. Use curl_multi_socket_action() [-Wdeprecated-declarations]
578 | res = curl_multi_socket_all(self->multi_handle, &running);
| ^~~
In file included from /usr/include/curl/curl.h:3321,
from src/pycurl.h:33:
/usr/include/curl/multi.h:326:1: note: declared here
326 | curl_multi_socket_all(CURLM *multi_handle, int *running_handles);
| ^~~~~~~~~~~~~~~~~~~~~
src/multi.c: At top level:
src/multi.c:594:1: warning: parameter names (without types) in function declaration
594 | do_multi_perform(CurlMultiObject *self, PyObject *Py_UNUSED(ignored))
| ^~~~~~~~~~~~~~~~
src/multi.c:737:1: warning: parameter names (without types) in function declaration
737 | do_multi_fdset(CurlMultiObject *self, PyObject *Py_UNUSED(ignored))
| ^~~~~~~~~~~~~~
src/multi.c:937:1: warning: parameter names (without types) in function declaration
937 | static PyObject *do_curlmulti_getstate(CurlMultiObject *self, PyObject *Py_UNUSED(ignored))
| ^~~~~~
In file included from src/oscompat.c:1:
src/pycurl.h:561:1: warning: parameter names (without types) in function declaration
561 | do_global_cleanup(PyObject *dummy, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~
src/pycurl.h:576:1: warning: parameter names (without types) in function declaration
576 | do_curl_perform(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~
src/pycurl.h:578:1: warning: parameter names (without types) in function declaration
578 | do_curl_perform_rb(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~~
src/pycurl.h:610:1: warning: parameter names (without types) in function declaration
610 | do_curl_errstr(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~
In file included from src/pythoncompat.c:1:
src/pycurl.h:561:1: warning: parameter names (without types) in function declaration
561 | do_global_cleanup(PyObject *dummy, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~
src/pycurl.h:576:1: warning: parameter names (without types) in function declaration
576 | do_curl_perform(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~
src/pycurl.h:578:1: warning: parameter names (without types) in function declaration
578 | do_curl_perform_rb(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~~
src/pycurl.h:610:1: warning: parameter names (without types) in function declaration
610 | do_curl_errstr(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~
In file included from src/share.c:1:
src/pycurl.h:561:1: warning: parameter names (without types) in function declaration
561 | do_global_cleanup(PyObject *dummy, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~
src/pycurl.h:576:1: warning: parameter names (without types) in function declaration
576 | do_curl_perform(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~
src/pycurl.h:578:1: warning: parameter names (without types) in function declaration
578 | do_curl_perform_rb(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~~
src/pycurl.h:610:1: warning: parameter names (without types) in function declaration
610 | do_curl_errstr(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~
src/share.c:141:1: warning: parameter names (without types) in function declaration
141 | do_share_close(CurlShareObject *self, PyObject *Py_UNUSED(ignored))
| ^~~~~~~~~~~~~~
src/share.c:215:1: warning: parameter names (without types) in function declaration
215 | static PyObject *do_curlshare_getstate(CurlShareObject *self, PyObject *Py_UNUSED(ignored))
| ^~~~~~
In file included from src/stringcompat.c:1:
src/pycurl.h:561:1: warning: parameter names (without types) in function declaration
561 | do_global_cleanup(PyObject *dummy, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~
src/pycurl.h:576:1: warning: parameter names (without types) in function declaration
576 | do_curl_perform(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~
src/pycurl.h:578:1: warning: parameter names (without types) in function declaration
578 | do_curl_perform_rb(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~~
src/pycurl.h:610:1: warning: parameter names (without types) in function declaration
610 | do_curl_errstr(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~
In file included from src/threadsupport.c:1:
src/pycurl.h:561:1: warning: parameter names (without types) in function declaration
561 | do_global_cleanup(PyObject *dummy, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~
src/pycurl.h:576:1: warning: parameter names (without types) in function declaration
576 | do_curl_perform(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~
src/pycurl.h:578:1: warning: parameter names (without types) in function declaration
578 | do_curl_perform_rb(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~~
src/pycurl.h:610:1: warning: parameter names (without types) in function declaration
610 | do_curl_errstr(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~
In file included from src/util.c:1:
src/pycurl.h:561:1: warning: parameter names (without types) in function declaration
561 | do_global_cleanup(PyObject *dummy, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~
src/pycurl.h:576:1: warning: parameter names (without types) in function declaration
576 | do_curl_perform(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~
src/pycurl.h:578:1: warning: parameter names (without types) in function declaration
578 | do_curl_perform_rb(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~~~~~
src/pycurl.h:610:1: warning: parameter names (without types) in function declaration
610 | do_curl_errstr(CurlObject *self, PyObject *Py_UNUSED(ignored));
| ^~~~~~~~~~~~~~
warning: install_lib: byte-compiling is disabled, skipping.
warning: no files found matching 'src/Makefile'
warning: no previously-included files found matching 'tests/fake-curl/libcurl/*.so'