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

Commit 3880628d authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Fix implicit-fallthrough warnings." am: 1ea726b6 am: 48a2ebbe

am: c50a18ad

Change-Id: Ia6a2f378dca41b8d9f5a1f992e826269849e628c
parents ecb7b28a c50a18ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -215,7 +215,7 @@ bool isValid(const ProgramIdentifier& id) {
            break;
        case IdentifierType::DAB_FREQUENCY:
            expect(val > 100000u, "f > 100MHz");
        // fallthrough
            [[fallthrough]];
        case IdentifierType::AMFM_FREQUENCY:
        case IdentifierType::DRMO_FREQUENCY:
            expect(val > 100u, "f > 100kHz");