Debugged: Fix Wimplicit-fallthrough warning.

This commit is contained in:
lightningterror 2021-09-26 21:32:39 +02:00
parent e6728d9d55
commit 1497e894cf
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,7 @@ void CtrlRegisterList::OnDraw(wxDC& dc)
break;
}
}
[[fallthrough]];
case DebugInterface::NORMAL: // display them in 32 bit parts
{
switch (registerBits)