diff --git a/src/core/ipv4/dhcp.c b/src/core/ipv4/dhcp.c index d2cbc875..0f2da8f8 100644 --- a/src/core/ipv4/dhcp.c +++ b/src/core/ipv4/dhcp.c @@ -327,6 +327,8 @@ dhcp_conflict_callback(struct netif *netif, acd_callback_enum_t state) /* Let the DHCP server know we will not use the address */ dhcp_decline(netif); break; + default: + break; } }