You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (curl_easy_setopt(curl, CURLOPT_PROTOCOLS, protocols))
I got a warning while compiling:
src/rdrview.c: In function ‘url_to_file’:
src/rdrview.c:243:9: warning: ‘CURLOPT_PROTOCOLS’ is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations]
243 | if (curl_easy_setopt(curl, CURLOPT_PROTOCOLS, protocols))
| ^~
In file included from src/rdrview.c:39:
/usr/include/curl/curl.h:1749:3: note: declared here
1749 | CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181,
| ^~~~~~~~~~~~~~~~~
gcc (GCC) 14.1.1 20240522
The text was updated successfully, but these errors were encountered:
rdrview/src/rdrview.c
Line 243 in 3642800
I got a warning while compiling:
gcc (GCC) 14.1.1 20240522
The text was updated successfully, but these errors were encountered: