Systematically eliminating compiler warnings.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5117 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice 2010-02-24 03:38:36 +00:00
parent 3cc5d8ce6f
commit 1d40b8a5ae
26 changed files with 74 additions and 67 deletions

View file

@ -398,7 +398,6 @@ void CMemoryView::OnPaint(wxPaintEvent& event)
break;
}
}
size_t len = strlen(dis);
strcat(dis, "\0");
curAddress += 32;
}