mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Fix almost all GCC warnings
This commit is contained in:
parent
6786734d95
commit
038148bf06
19 changed files with 30 additions and 38 deletions
|
|
@ -319,7 +319,7 @@ void msg_dialog_frame::ProgressBarSetLimit(u32 index, u32 limit)
|
|||
m_gauge2->setMaximum(limit);
|
||||
}
|
||||
|
||||
bool set_taskbar_limit = false;
|
||||
[[maybe_unused]] bool set_taskbar_limit = false;
|
||||
|
||||
if (index == taskbar_index + 0u)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue