mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Make RPCS3 compile in C++2a mode
This commit is contained in:
parent
e9e8f0c5b7
commit
1a78e0e80c
13 changed files with 141 additions and 109 deletions
|
@ -2203,7 +2203,10 @@ void thread_ctrl::set_thread_affinity_mask(u64 mask)
|
|||
|
||||
if (shifted & 1)
|
||||
{
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wold-style-cast"
|
||||
CPU_SET(core, &cs);
|
||||
#pragma GCC diagnostic pop
|
||||
}
|
||||
|
||||
if (shifted <= 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue