Skip to content
Prev Previous commit
Next Next commit
lwipClient: suppress unused variable warning
  • Loading branch information
pennam committed Feb 21, 2025
commit 8b1513f802e23dea018ab1dba776f48a1e0d123d
1 change: 1 addition & 0 deletions libraries/lwIpWrapper/src/lwipClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ sketches but sock is ignored. */
lwipClient::lwipClient(uint8_t sock)
: _tcp_client(NULL)
{
(void)sock;
}
/* -------------------------------------------------------------------------- */

Expand Down