mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:27:35 +00:00
Libraries: Fix -Wunreachable-code warnings from clang
This commit is contained in:
parent
96666f3209
commit
b8dc3661ac
10 changed files with 7 additions and 27 deletions
|
@ -986,7 +986,7 @@ void Editor::handle_read_event()
|
|||
dbgln("LibLine: Unhandled final: {:02x} ({:c})", code_point, code_point);
|
||||
continue;
|
||||
}
|
||||
break;
|
||||
VERIFY_NOT_REACHED();
|
||||
}
|
||||
case InputState::Verbatim:
|
||||
m_state = InputState::Free;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue