Re: curl 7.75.0 fails to compile

2021-02-04 Thread Ray Satiro via curl-library
On 2/4/2021 12:02 PM, Firefox OS via curl-library wrote: I got following compilation error in 7.75 release. It was OK in curl 7.74. The attached patch fixes the compilation problem in my case. http.c:1963:10: error: conflicting types for ‘Curl_add_timecondition’ 1963 | CURLcode

curl 7.75.0 fails to compile

2021-02-04 Thread Firefox OS via curl-library
Hi, I got following compilation error in 7.75 release. It was OK in curl 7.74. The attached patch fixes the compilation problem in my case. http.c:1963:10: error: conflicting types for ‘Curl_add_timecondition’ 1963 | CURLcode Curl_add_timecondition(const struct connectdata *conn, |