Skip to content

Commit

Permalink
Merge pull request #2809 from authmillenon/netreg_hdr/fix/unused-para…
Browse files Browse the repository at this point in the history
…meters

netreg: ignore payload on default case in header build
  • Loading branch information
OlegHahm committed Apr 15, 2015
2 parents e9fb853 + dde6169 commit a18e9bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/net/crosslayer/ng_netreg/ng_netreg.c
Expand Up @@ -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;
Expand Down

0 comments on commit a18e9bb

Please sign in to comment.