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

Commit e6a2f216 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Fix implicit fallthrough warning.

Bug: 112564944
Test: make checkbuild
Change-Id: Ia7b87dcd910141893d9b15ce781a56c4bc9efd69
parent 225f9921
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:
        {