Skip to content
Snippets Groups Projects
Unverified Commit de591ca1 authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #7911 from x3ro/fix-gnrc-ipv6-nib-6ln

tests/gnrc_ipv6_nib_6ln: Fix error w/ clang on macOS
parents ea27fe34 4bb12ba0
No related branches found
No related tags found
No related merge requests found
...@@ -540,6 +540,7 @@ static void _handle_nbr_adv(kernel_pid_t iface, const ipv6_hdr_t *ipv6, ...@@ -540,6 +540,7 @@ static void _handle_nbr_adv(kernel_pid_t iface, const ipv6_hdr_t *ipv6,
} }
} }
#if GNRC_IPV6_NIB_CONF_ARSM
static inline bool _is_reachable(_nib_onl_entry_t *entry) static inline bool _is_reachable(_nib_onl_entry_t *entry)
{ {
(void)entry; /* _get_nud_state() might just resolved to UNMANAGED as macro */ (void)entry; /* _get_nud_state() might just resolved to UNMANAGED as macro */
...@@ -551,6 +552,7 @@ static inline bool _is_reachable(_nib_onl_entry_t *entry) ...@@ -551,6 +552,7 @@ static inline bool _is_reachable(_nib_onl_entry_t *entry)
return true; return true;
} }
} }
#endif
#if GNRC_IPV6_NIB_CONF_QUEUE_PKT #if GNRC_IPV6_NIB_CONF_QUEUE_PKT
static gnrc_pktqueue_t *_alloc_queue_entry(gnrc_pktsnip_t *pkt) static gnrc_pktqueue_t *_alloc_queue_entry(gnrc_pktsnip_t *pkt)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment