mirror of
https://github.com/curl/curl.git
synced 2026-08-26 01:53:31 +03:00
fix compiler warning: unused parameter
This commit is contained in:
parent
9418c56fd3
commit
f13cbcf175
3 changed files with 7 additions and 1 deletions
|
|
@ -2878,6 +2878,8 @@ static CURLcode ConnectPlease(struct SessionHandle *data,
|
|||
infof(data, "About to connect() to %s%s port %d (#%d)\n",
|
||||
conn->bits.proxy?"proxy ":"",
|
||||
hostname, conn->port, conn->connectindex);
|
||||
#else
|
||||
(void)data;
|
||||
#endif
|
||||
|
||||
/*************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue