Suppress implicit-fallthrough warning.

Bug: 112564944
Test: make checkbuild
Change-Id: I2bcfd08ec62f6d5953a9e25dbeaa42ffefda6d1c
This commit is contained in:
Chih-Hung Hsieh 2018-10-10 14:39:02 -07:00
parent ce2a8e5b9e
commit e6e2b3cda4

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;
}