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

Commit b1d94eca authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Merge "Fix implicit fallthrough warning."

am: 0f455238

Change-Id: Idb88c71d8087f1fd5a5d8fa40a44609496122aac
parents 6e97e807 0f455238
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1290,7 +1290,7 @@ CameraDevice::ServiceCallback::onDeviceError(
        }
        default:
            ALOGE("Unknown error from camera device: %d", errorCode);
            // no break
            [[fallthrough]];
        case ERROR_CAMERA_DEVICE:
        case ERROR_CAMERA_SERVICE:
        {