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

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

Fix implicit-fallthrough warnings. DO NOT MERGE.

These changes are not needed in goog/master.

Test: make checkbuild
Bug: 112564944
Change-Id: I02d5cdaacecf06994f6c26328533eccf511009bb
(cherry picked from commit 03ef7ffc)
Exempt-From-Owner-Approval: do not block on new warnings
parent 34056aea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -327,7 +327,7 @@ status_t NuPlayer2Driver::stop() {
    switch (mState) {
        case STATE_RUNNING:
            mPlayer->pause();
            // fall through
            [[fallthrough]];

        case STATE_PAUSED:
            mState = STATE_STOPPED;