‘CURLOPT_PROTOCOLS’ is deprecated · Issue #38 · eafer/rdr...
rdrview/src/rdrview.c Line 243 in 3642800 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 deprecate...