mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
Add -Werror=implicit-fallthrough to cmake build
This commit is contained in:
parent
74e084c893
commit
0b984e9a23
9 changed files with 10 additions and 2 deletions
|
|
@ -156,6 +156,7 @@ error_code cellVoiceCreatePort(vm::ptr<u32> portId, vm::cptr<CellVoicePortParam>
|
|||
return CELL_VOICE_ERROR_ARGUMENT_INVALID;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
case CELLVOICE_PORTTYPE_IN_MIC:
|
||||
case CELLVOICE_PORTTYPE_OUT_SECONDARY:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue