mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-23 12:02:39 -05:00
Fix warnings in rbutil. FS#6865 thanx to GodEater
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12860 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
571d3245f7
commit
151a67253c
5 changed files with 9 additions and 12 deletions
|
|
@ -262,7 +262,7 @@ bool wxThemesPage::TransferDataFromWindow()
|
|||
{
|
||||
gv->themesToInstall.Clear();
|
||||
|
||||
for(int i=0; i < m_installTheme.GetCount(); i++)
|
||||
for(unsigned int i=0; i < m_installTheme.GetCount(); i++)
|
||||
{
|
||||
if(m_installTheme[i])
|
||||
{
|
||||
|
|
@ -496,6 +496,7 @@ wxWizardPage* wxIpodLocationPage::GetPrev() const
|
|||
return wxWizardPageSimple::GetPrev()->GetPrev();
|
||||
|
||||
}
|
||||
return wxWizardPageSimple::GetPrev();
|
||||
}
|
||||
|
||||
void wxIpodLocationPage::OnWizardPageChanging(wxWizardEvent& event)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue