mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 06:53:52 +01:00
netreg: ignore payload on default case in header build
This commit is contained in:
parent
67602bb443
commit
dde61699f0
@ -152,6 +152,7 @@ ng_pktsnip_t *ng_netreg_hdr_build(ng_nettype_t type, ng_pktsnip_t *payload,
|
||||
#endif
|
||||
|
||||
default:
|
||||
(void)payload;
|
||||
(void)src;
|
||||
(void)src_len;
|
||||
(void)dst;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user