Merge "Suppress implicit-fallthrough warning."
This commit is contained in:
commit
3f50316ea1
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue