mirror of
https://github.com/curl/curl.git
synced 2026-07-23 12:47:16 +03:00
Bjrn Stenberg corrected the silly '(void)data' usage when SSL is not
used
This commit is contained in:
parent
72a7fd4dc7
commit
cce05b9138
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@ Curl_SSLConnect(struct connectdata *conn)
|
|||
X509_free(conn->ssl.server_cert);
|
||||
#else /* USE_SSLEAY */
|
||||
/* this is for "-ansi -Wall -pedantic" to stop complaining! (rabe) */
|
||||
(void) data;
|
||||
(void) conn;
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue