Skip to content
Snippets Groups Projects
Commit dde61699 authored by Martine Lenders's avatar Martine Lenders
Browse files

netreg: ignore payload on default case in header build

parent 67602bb4
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment