Skip to content

Commit 797b84a

Browse files
Fixed parameter list as all compilers donät handle exclusions of variable
1 parent 8289cec commit 797b84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/sockettcp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2444,7 +2444,7 @@ stcp_connect_remote_impl(const char *host,
24442444
int port,
24452445
struct stcp_secure_options *secure_options,
24462446
int bUseSSL,
2447-
int /*timeout*/)
2447+
int timeout)
24482448
{
24492449
struct stcp_connection *conn = NULL;
24502450
int sock;

0 commit comments

Comments
 (0)