mirror of https://github.com/ARMmbed/mbed-os.git
nanostack: icmpv6: fix build warning
Fix the following build warning seen when building with GCC Compile [ 54.2%]: icmpv6.c [Warning] icmpv6.c@1091,16: this statement may fall through [-Wimplicit-fallthrough=]pull/9694/head
parent
a477354292
commit
8d0c94e8dc
|
@ -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