]> git.ipfire.org Git - thirdparty/curl.git/commit
curl_multi_setopt: fix compiler warning "result is always false"
authorDaniel Stenberg <daniel@haxx.se>
Mon, 27 Jul 2020 21:49:42 +0000 (23:49 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 28 Jul 2020 21:37:01 +0000 (23:37 +0200)
commitabe59221fc6c683563a83bb8fbc1d7a52c315c0f
tree0a171c8717585c310e4a97e7a26ca6addaed3214
parent81b4e99b1e1a5a6ac06bcfba1bf4464085ea9688
curl_multi_setopt: fix compiler warning "result is always false"

On systems with 32 bit long the expression is always false. Avoid
the warning.

Reported-by: Gisle Vanem
Bug: https://github.com/curl/curl/commit/61a08508f6a458fe21bbb18cd2a9bac2f039452b#commitcomment-40941232
Closes #5736
lib/multi.c