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

Commit 42bd8291 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

Change-Id: If515aaae33b31b6247936c6f0a902d775b8fa2a6
parents 688a97a2 b1d94eca
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:
        {