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

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

Merge "Fix implicit-fallthrough warnings." am: c1ddd1b2 am: 463aedbc

am: c688c0f9

Change-Id: I11b8cfabd0ffe1ede46967865639a4056dfbe156
parents 5e7ae376 c688c0f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2612,7 +2612,7 @@ void CursorInputMapper::configure(nsecs_t when,
            // Should not happen during first time configuration.
            ALOGE("Cannot start a device in MODE_POINTER_RELATIVE, starting in MODE_POINTER");
            mParameters.mode = Parameters::MODE_POINTER;
            // fall through.
            [[fallthrough]];
        case Parameters::MODE_POINTER:
            mSource = AINPUT_SOURCE_MOUSE;
            mXPrecision = 1.0f;