Fix a few more CLANG format string warnings (from unix check project)

This commit is contained in:
Dirk Ziegelmeier
2016-06-25 13:24:48 +02:00
parent 102f5882d5
commit 38c0255fa2
2 changed files with 3 additions and 3 deletions

View File

@@ -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;