mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
misc: get rid of some compiler warnings
This commit is contained in:
parent
713c1a7a86
commit
0854ed2b51
7 changed files with 21 additions and 19 deletions
|
|
@ -164,7 +164,7 @@ void save_data_list_dialog::OnEntryInfo()
|
|||
void save_data_list_dialog::UpdateList()
|
||||
{
|
||||
m_list->clearContents();
|
||||
m_list->setRowCount(m_save_entries.size());
|
||||
m_list->setRowCount((int)m_save_entries.size());
|
||||
gui_settings settings(this);
|
||||
|
||||
int row = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue