Add fallthrough attribute

This commit is contained in:
scribam 2018-09-06 13:28:12 +02:00 committed by Ivan
parent 4d8bfe328b
commit f37adc4188
15 changed files with 23 additions and 9 deletions

View file

@ -2130,7 +2130,7 @@ bool spu_thread::process_mfc_cmd()
break;
}
// Fallthrough
[[fallthrough]];
}
case MFC_PUT_CMD:
case MFC_PUTB_CMD: