1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-23 21:43:51 +01:00

Merge pull request #2809 from authmillenon/netreg_hdr/fix/unused-parameters

netreg: ignore payload on default case in header build
This commit is contained in:
Oleg Hahm 2015-04-15 10:01:48 +02:00
commit a18e9bb443

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;