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

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

Merge "Fix implicit-fallthrough warnings." am: 8f520e6f

am: a6c90c99

Change-Id: I5efd04bf9dae335e03181b6443a3a85e69c1c042
parents 3084f419 a6c90c99
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;