mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
Fix some -Weffc++ warnings (part 1)
This commit is contained in:
parent
deacf05769
commit
2212a131ef
24 changed files with 162 additions and 56 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "stdafx.h"
|
||||
#include "CPUThread.h"
|
||||
#include "CPUDisAsm.h"
|
||||
|
||||
#include "Emu/System.h"
|
||||
#include "Emu/system_config.h"
|
||||
|
@ -1185,3 +1186,9 @@ void cpu_thread::flush_profilers() noexcept
|
|||
g_fxo->get<cpu_profiler>().registered.push(0);
|
||||
}
|
||||
}
|
||||
|
||||
u32 CPUDisAsm::DisAsmBranchTarget(s32 /*imm*/)
|
||||
{
|
||||
// Unused
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue