mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +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
|
@ -4675,7 +4675,8 @@ void spu_thread::halt()
|
|||
spu_runtime::g_escape(this);
|
||||
}
|
||||
|
||||
fmt::throw_exception("Halt");
|
||||
spu_log.fatal("Halt");
|
||||
spu_runtime::g_escape(this);
|
||||
}
|
||||
|
||||
void spu_thread::fast_call(u32 ls_addr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue