mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
Add fallthrough attribute
This commit is contained in:
parent
4d8bfe328b
commit
f37adc4188
15 changed files with 23 additions and 9 deletions
|
@ -2130,7 +2130,7 @@ bool spu_thread::process_mfc_cmd()
|
|||
break;
|
||||
}
|
||||
|
||||
// Fallthrough
|
||||
[[fallthrough]];
|
||||
}
|
||||
case MFC_PUT_CMD:
|
||||
case MFC_PUTB_CMD:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue