forked from len0rd/rockbox
Fix warnings.
Change-Id: If3cbcd7557797684f1b7fea8e1bb134777680dee
This commit is contained in:
parent
e5eb74592e
commit
10b3bc78f6
2 changed files with 3 additions and 1 deletions
|
|
@ -312,6 +312,7 @@ static int id2index(int id)
|
|||
return index;
|
||||
}
|
||||
|
||||
#ifndef TALK_PROGRESSIVE_LOAD
|
||||
static int index2id(int index)
|
||||
{
|
||||
int id = index;
|
||||
|
|
@ -329,6 +330,7 @@ static int index2id(int index)
|
|||
|
||||
return id;
|
||||
}
|
||||
#endif
|
||||
|
||||
static int free_oldest_clip(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue