Skip to content

Commit 0d007e0

Browse files
committed
werror
1 parent 9c8f45f commit 0d007e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266mDNS/src/LEAmDNS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ namespace MDNSImplementation
9292
if (bResult && !m_bLwipCb)
9393
{
9494
bool bCallback = LwipIntf::statusChangeCB(
95-
[this](netif* pNetIf)
95+
[this](netif*)
9696
{
9797
if (m_bRestarting)
9898
{

0 commit comments

Comments
 (0)