mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:43:40 +03:00
fix a bunch of MSVC compiler warnings
This commit is contained in:
parent
2be65bb0c5
commit
6b75d2c2df
41 changed files with 109 additions and 82 deletions
|
|
@ -2488,7 +2488,7 @@ static void ssh_block2waitfor(struct connectdata *conn, bool block)
|
|||
}
|
||||
#else
|
||||
/* no libssh2 directional support so we simply don't know */
|
||||
#define ssh_block2waitfor(x,y)
|
||||
#define ssh_block2waitfor(x,y) Curl_nop_stmt
|
||||
#endif
|
||||
|
||||
/* called repeatedly until done from multi.c */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue