mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Fix implicit-fallthrough warnings. DO NOT MERGE."
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user