mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:23:36 +03:00
clang-tidy: enable more checks, fix fallouts
- enable three checks: - bugprone-invalid-enum-default-initialization - bugprone-sizeof-expression - readability-inconsistent-declaration-parameter-name (strict) - fix remaining discrepancies with arg names in prototypes and implementation, in strict mode. - document reason for some checks tested but not enabled. Closes #20794
This commit is contained in:
parent
e0dd6eb4a4
commit
df6014894b
34 changed files with 222 additions and 209 deletions
|
|
@ -37,7 +37,7 @@ curl_multi_socket_action(3) function with the **sockfd** argument set
|
|||
to CURL_SOCKET_TIMEOUT, or call curl_multi_perform(3) if you are using
|
||||
the simpler and older multi interface approach.
|
||||
|
||||
The timeout value returned in the long **timeout** points to, is in number
|
||||
The timeout value returned in the long **timeout_ms** points to, is in number
|
||||
of milliseconds at this moment. If 0, it means you should proceed immediately
|
||||
without waiting for anything. If it returns -1, there is no timeout at all set.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue