mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-20 03:53:49 +01:00
Using `container_of()` to translate from `netif_t *` to the containing `gnrc_netif_t *` adds a bit of plausibility: It will fail when `gnrc_netif_t` stops to contain `netif_t` as member. Additionally, this silences false positives of -Wcast-align