fix compiler warning: unused parameter

This commit is contained in:
Yang Tse
2009-05-28 16:18:25 +00:00
parent 9418c56fd3
commit f13cbcf175
3 changed files with 7 additions and 1 deletions

View File

@@ -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
/*************************************************************