1
0
Fork 0
forked from len0rd/rockbox

Fix warnings.

Change-Id: If3cbcd7557797684f1b7fea8e1bb134777680dee
This commit is contained in:
Thomas Martitz 2014-02-03 12:33:33 +01:00
parent e5eb74592e
commit 10b3bc78f6
2 changed files with 3 additions and 1 deletions

View file

@ -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)
{