1
0
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:
Martine Lenders 2015-04-14 10:43:03 +02:00
parent 67602bb443
commit dde61699f0

View File

@ -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;