We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0603b0c commit 8b1513fCopy full SHA for 8b1513f
libraries/lwIpWrapper/src/lwipClient.cpp
@@ -19,6 +19,7 @@ sketches but sock is ignored. */
19
lwipClient::lwipClient(uint8_t sock)
20
: _tcp_client(NULL)
21
{
22
+ (void)sock;
23
}
24
/* -------------------------------------------------------------------------- */
25
0 commit comments