mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-24 15:14:06 +00:00
Fix pedantic dhcp test error
../../../../lwip/test/unit/dhcp/test_dhcp.c:121:34: error: comma at end of enumerator list [-Werror=edantic] cc1: all warnings being treated as errors
This commit is contained in:
parent
94e502fc8a
commit
efd3fb8f4e
@ -118,7 +118,7 @@ static enum tcase {
|
||||
TEST_LWIP_DHCP,
|
||||
TEST_LWIP_DHCP_NAK,
|
||||
TEST_LWIP_DHCP_RELAY,
|
||||
TEST_LWIP_DHCP_NAK_NO_ENDMARKER,
|
||||
TEST_LWIP_DHCP_NAK_NO_ENDMARKER
|
||||
} tcase;
|
||||
|
||||
static int debug = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user