Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1390d9a authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

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 c5def0be)
Exempt-From-Owner-Approval: do not block on new warnings
parent 2524404a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;