]> git.ipfire.org Git - thirdparty/curl.git/commit
tool_operate: silence unused parameter warning
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Mon, 13 Mar 2023 07:52:39 +0000 (08:52 +0100)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Mon, 13 Mar 2023 12:43:26 +0000 (13:43 +0100)
commitff5c3455ce5c444c5b61dcd830f2ce99096c7144
tree15915c8f3dbe2e2c8c7a987235f95b98f45a6d68
parentdb073c9d88b982dd89a73aac3a34b282b8a545fa
tool_operate: silence unused parameter warning

`global` is only used in the `my_setopt` macro version without
`CURL_DISABLE_LIBCURL_OPTION` since commit 4774decf10a.

Closes https://github.com/curl/curl/pull/10752
src/tool_operate.c