Skip to content

Commit 269c579

Browse files
Remove IPv6 compile warning (earlephilhower#1867)
1 parent 91183ca commit 269c579

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/lwIP_Ethernet/src/LwipIntfDev.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ bool LwipIntfDev<RawDev>::begin(const uint8_t* macAddress, const uint16_t mtu) {
375375
#endif
376376
#if LWIP_IPV6_DHCP6_STATELESS
377377
err_t __res = dhcp6_enable_stateless(&_netif);
378+
(void) __res; // Not used except for debug
378379
DEBUGV("LwipIntfDev: Enabled DHCP6 stateless: %d\n", __res);
379380
#endif
380381

0 commit comments

Comments
 (0)