commit | 1633275bb71e9500d2b6e544d0d58a7493fcfb9a | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Tue Jan 08 20:29:44 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jan 08 20:29:44 2019 -0800 |
tree | be3f1edaaff9ad6ff8cee16526b9670f53066288 | |
parent | 3bb32db38d52651140406a6cb801524fd196c249 [diff] | |
parent | 86f9078b548b7ba5cd2c8b18fa95e5eb1fb05e7c [diff] |
Merge "Suppress null-dereference warning" am: 3b7ecd55f8 am: 86f9078b54 Change-Id: Iff805b933dbddfaae22de3ef34caa8b391dedfe9
diff --git a/wifi/1.2/default/wifi_legacy_hal.cpp b/wifi/1.2/default/wifi_legacy_hal.cpp index 55ec96d..375204c 100644 --- a/wifi/1.2/default/wifi_legacy_hal.cpp +++ b/wifi/1.2/default/wifi_legacy_hal.cpp
@@ -550,7 +550,6 @@ } // 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;