mirror of
https://github.com/curl/curl.git
synced 2026-06-12 16:45:39 +03:00
docs
This commit is contained in:
parent
6ea0135213
commit
10eccd1286
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ int my_trace(CURL *handle, curl_infotype type,
|
|||
void *clientp)
|
||||
{
|
||||
const char *text;
|
||||
(void)handle; /* prevent compiler warning */
|
||||
(void)handle;
|
||||
(void)clientp;
|
||||
|
||||
switch(type) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue