mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 15:36:26 +00: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
|
|
@ -140,7 +140,8 @@ error_code cellSysconfPs1emu_EFDDAF6C()
|
|||
|
||||
error_code sys_lv2coredump_D725F320()
|
||||
{
|
||||
fmt::throw_exception("Unknown, unimplemented.");
|
||||
sysPrxForUser.fatal("sys_lv2coredump_D725F320");
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
error_code sys_get_bd_media_id()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue