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

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

Merge "Fix implicit fallthrough warning." am: 0f455238 am: b1d94eca

am: 42bd8291

Change-Id: I58ba1a242c7b64026dd5594ab182b62a32a56508
parents 89a8d5ab 42bd8291
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:
        {