This one is still left:
```
C (gcc) [M http_client.so] functions.o
functions.c: In function 'curL_request_url':
functions.c:164:9: warning: 'CURLOPT_REDIR_PROTOCOLS' is deprecated: since 7.85.0.
Use CURLOPT_REDIR_PROTOCOLS_STR [-Wdeprecated-declarations]
164 | res = curl_easy_setopt(
| ^~~
In file included from http_client.h:36,
from functions.c:45:
/usr/include/x86_64-linux-gnu/curl/curl.h:1755:3: note: declared here
1755 | CURLOPTDEPRECATED(CURLOPT_REDIR_PROTOCOLS, CURLOPTTYPE_LONG, 182,
| ^~~~~~~~~~~~~~~~~
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3484#issuecomment-1601389758
You are receiving this because you commented.
Message ID: <kamailio/kamailio/issues/3484/1601389758(a)github.com>