mirror of
https://github.com/curl/curl.git
synced 2026-05-19 13:36:25 +03:00
silent 'unused' warnings.
This commit is contained in:
parent
3eae7695fc
commit
122b0bfe82
1 changed files with 3 additions and 0 deletions
|
|
@ -2117,6 +2117,9 @@ static int ssh_getsock(struct connectdata *conn,
|
|||
int numsocks)
|
||||
{
|
||||
#ifndef HAVE_LIBSSH2_SESSION_BLOCK_DIRECTIONS
|
||||
(void)conn;
|
||||
(void)sock;
|
||||
(void)numsocks;
|
||||
/* if we don't know any direction we can just play along as we used to and
|
||||
not provide any sensible info */
|
||||
return GETSOCK_BLANK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue