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

Commit 5106743a authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Gerrit Code Review
Browse files

Merge "Fix implicit-fallthrough warnings. DO NOT MERGE."

parents e1a209a6 03ef7ffc
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;