mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
Fix some warning
This commit is contained in:
parent
92c1a8c45d
commit
d13acdb484
@ -1058,7 +1058,7 @@ void debugger_frame::UpdateUnitList()
|
||||
|
||||
if (reselected_index != umax)
|
||||
{
|
||||
m_choice_units->setCurrentIndex(reselected_index);
|
||||
m_choice_units->setCurrentIndex(::narrow<s32>(reselected_index));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user