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

Commit 8f520e6f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix implicit-fallthrough warnings."

parents 50242ce2 672a4fd8
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;