{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1759349941,"commit_time":1759394506,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"e43aea3049ae50e9297d45cf5d96f3ac78999b69","message":"lib: fix build error and compiler warnings with verbose strings disabled\n\n- asyn-ares: fix compiler warning:\n  ```\n  lib/asyn-ares.c:751:17: error: code will never be executed [clang-diagnostic-unreachable-code,-warnings-as-errors]\n    751 |     char *csv = ares_get_servers_csv(ares->channel);\n        |                 ^~~~~~~~~~~~~~~~~~~~\n  ```\n\n- curl_trc: fix missing symbol:\n  ```\n  /usr/bin/ld: ../lib/.libs/libcurl.so: undefined reference to `Curl_trc_timer'\n  collect2: error: ld returned 1 exit status\n  ```\n  Ref: https://app.circleci.com/pipelines/github/curl/curl/15446/workflows/67afa113-9c49-4249-9180-f6f01fc7dfdd/jobs/149177\n  Ref: https://github.com/curl/curl/actions/runs/18174250400/job/51736249444#step:33:623\n  Follow-up to b02238975768d0bcbf8c7ef00eaaee3ec379f4ff #18768\n\n- multi: fix `-Wunreachable-code`:\n  ```\n  lib/multi.c:1107:28: error: code will never be executed [-Werror,-Wunreachable-code]\n   1107 |     size_t timeout_count = Curl_llist_count(&data->state.timeoutlist);\n        |                            ^~~~~~~~~~~~~~~~\n  lib/multi.c:3054:35: error: code will never be executed [-Werror,-Wunreachable-code]\n   3054 |       struct Curl_llist_node *e = Curl_llist_head(&data->state.timeoutlist);\n        |                                   ^~~~~~~~~~~~~~~\n  lib/multi.c:3380:7: error: code will never be executed [-Werror,-Wunreachable-code]\n   3380 |       Curl_llist_head(&data->state.timeoutlist);\n        |       ^~~~~~~~~~~~~~~\n  ```\n\nCherry-picked from #18797\nCloses #18799\n","parents":["9ebf778e824007f1aad83ba79f5af802ee77c884"],"tree_hash":"da75706dcbb0d36981de617e39305c4e99911964"}