mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
Add -Werror=missing-noreturn (GCC, clang)
May be useful to diagnose functions which fail assertions unconditionally.
This commit is contained in:
parent
94c62b1eec
commit
95725bf7fc
20 changed files with 55 additions and 36 deletions
|
@ -1009,7 +1009,8 @@ error_code cellMicGetStatus(s32 dev_num, vm::ptr<CellMicStatus> status)
|
|||
|
||||
error_code cellMicStopEx()
|
||||
{
|
||||
fmt::throw_exception("Unexpected function");
|
||||
cellMic.fatal("cellMicStopEx: unexpected function");
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
error_code cellMicSysShareClose()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue