mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-15 06:58:37 +02:00
warning fixes + compile on linx
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1378 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -244,7 +244,7 @@ void CCodeView::OnPopupMenu(wxCommandEvent& event)
|
||||
{
|
||||
// Check if this address has been modified
|
||||
int find = -1;
|
||||
for(int i = 0; i < BlrList.size(); i++)
|
||||
for(u32 i = 0; i < BlrList.size(); i++)
|
||||
{
|
||||
if(BlrList.at(i).Address == selection)
|
||||
{ find = i; break; }
|
||||
|
Reference in New Issue
Block a user