mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
Enable -Wunused-variable
This commit is contained in:
parent
631d7d0ce7
commit
db8e6fe7a7
62 changed files with 167 additions and 183 deletions
|
@ -258,7 +258,7 @@ thread_local cpu_thread* g_tls_current_cpu_thread = nullptr;
|
|||
static atomic_t<u64, 64> s_cpu_counter{0};
|
||||
|
||||
// List of posted tasks for suspend_all
|
||||
static atomic_t<cpu_thread::suspend_work*> s_cpu_work[128]{};
|
||||
//static atomic_t<cpu_thread::suspend_work*> s_cpu_work[128]{};
|
||||
|
||||
// Linked list of pushed tasks for suspend_all
|
||||
static atomic_t<cpu_thread::suspend_work*> s_pushed{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue