mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +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
|
|
@ -631,7 +631,7 @@ namespace vm
|
|||
});
|
||||
}
|
||||
|
||||
void reservation_escape_internal()
|
||||
[[noreturn]] void reservation_escape_internal()
|
||||
{
|
||||
const auto _cpu = get_current_cpu_thread();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue