forked from len0rd/rockbox
Fix h100 red and other warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30384 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
41b04e55eb
commit
0c4c81620f
3 changed files with 4 additions and 6 deletions
|
|
@ -128,6 +128,7 @@ static struct trackdata trackdata[MAX_TRACK_ENTRIES];
|
|||
static unsigned int current_track_counter = 0;
|
||||
|
||||
#ifndef SIMULATOR
|
||||
static void stop_playing(void);
|
||||
/* Play time of the previous track */
|
||||
static unsigned long prev_track_elapsed;
|
||||
|
||||
|
|
@ -493,7 +494,6 @@ unsigned long mpeg_get_last_header(void)
|
|||
#endif /* !SIMULATOR */
|
||||
}
|
||||
|
||||
static void stop_playing(void);
|
||||
static void do_stop(void)
|
||||
{
|
||||
is_playing = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue