Merge pull request #2146 from cgundogan/rpl_unused_parameter_warning_nonstoring

rpl: make unused parameter warning disappear
This commit is contained in:
Oleg Hahm 2014-12-05 15:11:01 +01:00
commit 312e2b10a8

View File

@ -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) start_index;
if (i_am_root) {
return;
}