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

Commit 0f455238 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix implicit fallthrough warning."

parents 599f3305 e6a2f216
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:
        {