Merge "Suppress implicit-fallthrough warning."

This commit is contained in:
Treehugger Robot 2018-10-11 01:01:13 +00:00 committed by Gerrit Code Review
commit 3f50316ea1

View file

@ -374,6 +374,7 @@ bool NetlinkEvent::parseRtMessage(const struct nlmsghdr *nh) {
continue;
if (!if_indextoname(* (int *) RTA_DATA(rta), dev))
return false;
continue;
default:
continue;
}