diff --git a/docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.md b/docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.md index 9e7aa8ad73..4ecfb5327b 100644 --- a/docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.md +++ b/docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.md @@ -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) {