Skip to content

Commit

Permalink
Use standard fallthough attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
j4james committed Jan 7, 2024
1 parent fa0587b commit d2b15fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terminal/adapter/ut_adapter/inputTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ void InputTest::TerminalInputModifierKeyTests()
{
continue;
}
__fallthrough;
[[fallthrough]];
default:
if (ControlPressed(uiKeystate) && (vkey >= '1' && vkey <= '9'))
{
Expand Down

0 comments on commit d2b15fa

Please sign in to comment.