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

Commit 593ede93 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Gerrit Code Review
Browse files

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

parents e6d3e9ff c5def0be
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;