core/net/ipv6/sicslowpan.c: fix warning: function declaration isn't a prototype
This commit is contained in:
parent
7c11034ab7
commit
2e47bf9cdc
|
@ -452,7 +452,7 @@ rime_sniffer_remove(struct rime_sniffer *s)
|
|||
}
|
||||
|
||||
static void
|
||||
set_packet_attrs()
|
||||
set_packet_attrs(void)
|
||||
{
|
||||
int c = 0;
|
||||
/* set protocol in NETWORK_ID */
|
||||
|
|
Loading…
Reference in a new issue