{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1751636723,"commit_time":1751640413,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"5af2457848357141b3b3c67f7a45a4964ec25233","message":"lib: fix unused parameter/function compiler warnings\n\n- hostip: fix unused variable with `CURL_DISABLE_SHUFFLE_DNS`\n  ```\n  lib/hostip.c: In function 'Curl_dnscache_mk_entry':\n  lib/hostip.c:490:42: warning: unused parameter 'data' [-Wunused-parameter]\n    490 | Curl_dnscache_mk_entry(struct Curl_easy *data,\n        |                        ~~~~~~~~~~~~~~~~~~^~~~\n  ```\n\n- setopt: fix unused function with `CURL_DISABLE_HTTP`\n  ```\n  lib/setopt.c:214:17: warning: 'httpauth' defined but not used [-Wunused-function]\n    214 | static CURLcode httpauth(struct Curl_easy *data, bool proxy,\n        |                 ^~~~~~~~\n  ```\n\n- url: fix unused function with `CURL_DISABLE_NETRC`\n  ```\n  lib/url.c:2760:13: warning: 'str_has_ctrl' defined but not used [-Wunused-function]\n   2760 | static bool str_has_ctrl(const char *input)\n        |             ^~~~~~~~~~~~\n  ```\n\nSeen with a minimal curl-for-win build:\n```\nCW_CONFIG=dev-x64-zero-osnotls-osnoidn-nohttp-nocurltool-linux-unity\n```\n\nCloses #17818\n","parents":["7e2bdd86624e7fbfeb1ff9af91c2b5ba60855fa8"],"tree_hash":"98ee68386bd7c5f36f1b7e1ae7c282f2cc1d389f"}