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
Naveen Kaje 2019-02-12 16:35:15 -06:00
parent a477354292
commit 8d0c94e8dc
1 changed files with 2 additions and 2 deletions

View File

@ -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) {