mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:37:34 +00:00
Fix some compilation warnings.
This commit is contained in:
parent
f3c8821b0f
commit
7ce15f1c54
5 changed files with 8 additions and 8 deletions
|
@ -69,6 +69,7 @@ static GUI_MouseButton to_api(MouseButton button)
|
|||
case MouseButton::Right: return GUI_MouseButton::Right;
|
||||
case MouseButton::Middle: return GUI_MouseButton::Middle;
|
||||
}
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
||||
void WSWindow::on_message(WSMessage& message)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue