mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
Fix some warnings found in build testing.
This commit is contained in:
@@ -423,7 +423,6 @@ static void uncompress_addr(FAR const struct netdev_varaddr_s *addr,
|
||||
FAR net_ipv6addr_t ipaddr)
|
||||
{
|
||||
FAR const uint8_t *srcptr;
|
||||
bool fullmac = false;
|
||||
bool usemac = (prefpost & UNCOMPRESS_MACBASED) != 0;
|
||||
uint8_t prefcount = UNCOMPRESS_PREFLEN(prefpost);
|
||||
uint8_t postcount = UNCOMPRESS_POSTLEN(prefpost);
|
||||
|
||||
Reference in New Issue
Block a user