]> git.ipfire.org Git - thirdparty/curl.git/commit
multi: fix compiler warning with `CURL_DISABLE_WAKEUP` 7661/head
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Thu, 2 Sep 2021 13:47:42 +0000 (15:47 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Thu, 2 Sep 2021 13:52:00 +0000 (15:52 +0200)
commit1b70748e862eaa4d2ae4b8e1d34bc3b47540af22
tree87a308e3b2b4f9e1ef37a1282633cd556a396788
parent3f4b1b4ee5eb5e6c423e496c5b9b9f1457f40d99
multi: fix compiler warning with `CURL_DISABLE_WAKEUP`

`use_wakeup` is unused in this case.

Closes https://github.com/curl/curl/pull/7661
lib/multi.c