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

Commit a6c90c99 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Merge "Fix implicit-fallthrough warnings."

am: 8f520e6f

Change-Id: I61659e7303d4c75d17343d43b6e5091d005e2934
parents e52b43f5 8f520e6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -291,7 +291,7 @@ void parseOptions(int argc, char* argv[]) {

            case '?':
                fprintf(stderr, "Unrecognized option '%s'\n", argv[optind - 1]);
            // fall-through
                [[fallthrough]];
            default:
                error = true;
                break;