mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-23 16:47:05 +08:00
Fix a few more CLANG format string warnings (from unix check project)
This commit is contained in:
@@ -1542,7 +1542,7 @@ again:
|
||||
break;
|
||||
default:
|
||||
decode_len = 0;
|
||||
LWIP_DEBUGF(DHCP_DEBUG, ("skipping option %"U16_F" in options\n", op));
|
||||
LWIP_DEBUGF(DHCP_DEBUG, ("skipping option %"U16_F" in options\n", (u16_t)op));
|
||||
break;
|
||||
}
|
||||
offset += len + 2;
|
||||
|
||||
Reference in New Issue
Block a user