mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
Enable -Wunused-variable
This commit is contained in:
parent
631d7d0ce7
commit
db8e6fe7a7
62 changed files with 167 additions and 183 deletions
|
@ -405,7 +405,7 @@ void debugger_frame::UpdateUnitList()
|
|||
return;
|
||||
}
|
||||
|
||||
const int old_size = m_choice_units->count();
|
||||
//const int old_size = m_choice_units->count();
|
||||
QVariant old_cpu = m_choice_units->currentData();
|
||||
|
||||
const auto on_select = [&](u32 id, cpu_thread& cpu)
|
||||
|
@ -542,7 +542,7 @@ void debugger_frame::ShowGotoAddressDialog()
|
|||
{
|
||||
expression_input->setValidator(new QRegExpValidator(QRegExp("^(0[xX])?0*[a-fA-F0-9]{0,5}$")));
|
||||
}
|
||||
|
||||
|
||||
// Ok/Cancel
|
||||
QPushButton* button_ok = new QPushButton(tr("OK"));
|
||||
QPushButton* button_cancel = new QPushButton(tr("Cancel"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue