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

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

Fix implicit-fallthrough warnings.

Test: make checkbuild
Bug: 112564944
Change-Id: Iaebada5e1a5d94ed06d9b584b888a4f78c0b8505
parent c4b64745
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;