diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2014-02-03 12:33:33 +0100 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2014-02-03 12:33:33 +0100 |
| commit | 10b3bc78f6e55a3a442f2da1f95f158ab158e648 (patch) | |
| tree | c14723a5b73dd576db3e1620ba1e3f75dc610626 /apps/talk.c | |
| parent | e5eb74592eeff013d818ff0c56692b220dd53fbc (diff) | |
| download | rockbox-10b3bc78f6e55a3a442f2da1f95f158ab158e648.zip rockbox-10b3bc78f6e55a3a442f2da1f95f158ab158e648.tar.gz rockbox-10b3bc78f6e55a3a442f2da1f95f158ab158e648.tar.bz2 rockbox-10b3bc78f6e55a3a442f2da1f95f158ab158e648.tar.xz | |
Fix warnings.
Change-Id: If3cbcd7557797684f1b7fea8e1bb134777680dee
Diffstat (limited to 'apps/talk.c')
| -rw-r--r-- | apps/talk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/talk.c b/apps/talk.c index ab9ca8c..13f323f4 100644 --- a/apps/talk.c +++ b/apps/talk.c @@ -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) { |