mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 11:03:50 +01:00
Merge pull request #2146 from cgundogan/rpl_unused_parameter_warning_nonstoring
rpl: make unused parameter warning disappear
This commit is contained in:
commit
312e2b10a8
@ -285,6 +285,8 @@ void rpl_send_DIO_mode(ipv6_addr_t *destination)
|
|||||||
|
|
||||||
void rpl_send_DAO_mode(ipv6_addr_t *destination, uint8_t lifetime, bool default_lifetime, uint8_t start_index)
|
void rpl_send_DAO_mode(ipv6_addr_t *destination, uint8_t lifetime, bool default_lifetime, uint8_t start_index)
|
||||||
{
|
{
|
||||||
|
(void) start_index;
|
||||||
|
|
||||||
if (i_am_root) {
|
if (i_am_root) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user