Skip to content

Commit 9e074e6

Browse files
committed
lwipClient: suppress unused variable warning
1 parent ca3e251 commit 9e074e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/lwIpWrapper/src/lwipClient.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ sketches but sock is ignored. */
1919
lwipClient::lwipClient(uint8_t sock)
2020
: _tcp_client(NULL)
2121
{
22+
(void)sock;
2223
}
2324
/* -------------------------------------------------------------------------- */
2425

0 commit comments

Comments
 (0)