Merge pull request #209 from unknownbrackets/warnings

Fix a bunch of warnings
This commit is contained in:
Hykem 2014-04-28 17:15:12 +01:00
commit 90896560bb
30 changed files with 72 additions and 81 deletions

View file

@ -212,7 +212,7 @@ void MemoryViewerPanel::ShowMemory()
t_mem_ascii->SetValue(t_mem_ascii_str);
}
void MemoryViewerPanel::ShowImage(wxWindow* parent, u32 addr, int mode, int width, int height, bool flipv)
void MemoryViewerPanel::ShowImage(wxWindow* parent, u32 addr, int mode, u32 width, u32 height, bool flipv)
{
wxString title = wxString::Format("Raw Image @ 0x%x", addr);