Suppress implicit-fallthrough warning.
Bug: 112564944 Test: make checkbuild Change-Id: I2bcfd08ec62f6d5953a9e25dbeaa42ffefda6d1c
This commit is contained in:
parent
ce2a8e5b9e
commit
e6e2b3cda4
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…
Reference in a new issue