mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #9694 from naveenkaje/fix_icmpv6_warning
nanostack: icmpv6: fix build warningpull/9660/head
commit
9be82d96d8
|
@ -1092,7 +1092,7 @@ buffer_t *icmpv6_up(buffer_t *buf)
|
||||||
buf = rpl_control_source_route_error_handler(buf, cur);
|
buf = rpl_control_source_route_error_handler(buf, cur);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
/* no break */
|
/* fall through */
|
||||||
|
|
||||||
default:
|
default:
|
||||||
if (buf) {
|
if (buf) {
|
||||||
|
|
Loading…
Reference in New Issue