1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

gnrc: Fix unused function error when using LLVM

This commit is contained in:
Teufelchen1 2022-11-06 15:39:39 +00:00
parent 384e3ca534
commit 64b4d433b9

View File

@ -137,10 +137,12 @@ static gnrc_pktsnip_t *_offl_to_pio(_nib_offl_entry_t *offl,
return pio;
}
#if IS_ACTIVE(CONFIG_GNRC_IPV6_NIB_MULTIHOP_P6C)
static inline uint16_t _nib_abr_entry_valid_offset(const _nib_abr_entry_t *abr)
{
return (abr->valid_until_ms - evtimer_now_msec()) / ( MS_PER_SEC * SEC_PER_MIN);
}
#endif
static gnrc_pktsnip_t *_build_ext_opts(gnrc_netif_t *netif,
_nib_abr_entry_t *abr)