mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:53:43 +03:00
parent
24badd29f5
commit
49145249be
55 changed files with 128 additions and 129 deletions
|
|
@ -91,7 +91,7 @@ int tool_debug_cb(CURL *handle, curl_infotype type,
|
|||
char idsbuf[60];
|
||||
curl_off_t xfer_id, conn_id;
|
||||
|
||||
(void)handle; /* not used */
|
||||
(void)handle;
|
||||
(void)userdata;
|
||||
|
||||
if(global->tracetime) {
|
||||
|
|
|
|||
|
|
@ -146,10 +146,10 @@ int tool_readbusy_cb(void *clientp,
|
|||
struct OperationConfig *config = per->config;
|
||||
static curl_off_t ulprev;
|
||||
|
||||
(void)dltotal; /* unused */
|
||||
(void)dlnow; /* unused */
|
||||
(void)ultotal; /* unused */
|
||||
(void)ulnow; /* unused */
|
||||
(void)dltotal;
|
||||
(void)dlnow;
|
||||
(void)ultotal;
|
||||
(void)ulnow;
|
||||
|
||||
if(config->readbusy) {
|
||||
if(ulprev == ulnow) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue