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

@ -809,6 +809,7 @@ const char* rsx_debugger::ParseGCMEnum(u32 value, u32 type)
case a + m * 14: \
case a + m * 15: \
index = (cmd - a) / m; \
[[fallthrough]]; \
case a \
QString rsx_debugger::DisAsmCommand(u32 cmd, u32 count, u32 ioAddr)