mirror of https://github.com/PCSX2/pcsx2.git
Debugged: Fix Wimplicit-fallthrough warning.
This commit is contained in:
parent
e6728d9d55
commit
1497e894cf
|
@ -316,6 +316,7 @@ void CtrlRegisterList::OnDraw(wxDC& dc)
|
|||
break;
|
||||
}
|
||||
}
|
||||
[[fallthrough]];
|
||||
case DebugInterface::NORMAL: // display them in 32 bit parts
|
||||
{
|
||||
switch (registerBits)
|
||||
|
|
Loading…
Reference in New Issue