Merge "Fix implicit-fallthrough warnings. DO NOT MERGE."

This commit is contained in:
Chih-hung Hsieh
2018-10-22 20:35:52 +00:00
committed by Gerrit Code Review

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;