Commit 15a77f62 authored by Nico Weber's avatar Nico Weber

Work more on getting things built with -Wimplicit-fallthrough.

This CL was uploaded by git cl split.

R=yosin@chromium.org

Bug: 177475
Change-Id: Ia3fdc134c6bf9a85f215156a8da48d2fcfbf4e83
Reviewed-on: https://chromium-review.googlesource.com/889962Reviewed-by: default avatarYoshifumi Inoue <yosin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532303}
parent aa8ca297
......@@ -193,6 +193,7 @@ TextSegmentationMachineState BackspaceStateMachine::FeedPrecedingCodeUnit(
return MoveToNextState(BackspaceState::kOddNumberedRIS);
case BackspaceState::kFinished:
NOTREACHED() << "Do not call feedPrecedingCodeUnit() once it finishes.";
break;
default:
NOTREACHED() << "Unhandled state: " << state_;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment