Fix implicit-fallthrough warnings. DO NOT MERGE.

These changes are not needed in goog/master.

Test: make checkbuild
Bug: 112564944
Change-Id: I4f1727d9b33108d34d314787460aa1d2298ae5b2
(cherry picked from commit c5def0beeb)
Exempt-From-Owner-Approval: do not block on new warnings
This commit is contained in:
Chih-Hung Hsieh
2018-10-30 14:13:45 -07:00
parent 2524404aae
commit a1390d9a3b

View File

@@ -550,6 +550,7 @@ wifi_error WifiLegacyHal::startGscan(
}
// Fall through if failed. Failure to retrieve cached scan
// results should trigger a background scan failure.
[[fallthrough]];
case WIFI_SCAN_FAILED:
on_failure_user_callback(id);
on_gscan_event_internal_callback = nullptr;