mirror of
https://github.com/curl/curl.git
synced 2026-05-30 12:37:28 +03:00
parent
24badd29f5
commit
49145249be
55 changed files with 128 additions and 129 deletions
|
|
@ -91,7 +91,7 @@ int my_trace(CURL *handle, curl_infotype type,
|
|||
const char *text;
|
||||
|
||||
(void)userp;
|
||||
(void)handle; /* prevent compiler warning */
|
||||
(void)handle;
|
||||
|
||||
switch(type) {
|
||||
case CURLINFO_TEXT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue