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

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

Fix implicit fallthrough warnings.

Test: make checkbuild
Bug: 112564944
Change-Id: Ib2b337146de86e4abe40ded5932196f1b8b698c6
parent 9cfddb62
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2074,6 +2074,7 @@ bool ExternalCameraDeviceSession::isSupported(const Stream& stream) {
                ALOGI("%s: BLOB format does not support dataSpace %x", __FUNCTION__, ds);
                return false;
            }
            break;
        case PixelFormat::IMPLEMENTATION_DEFINED:
        case PixelFormat::YCBCR_420_888:
        case PixelFormat::YV12: