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

Commit 03ef7ffc 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
parent 31215a03
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;