mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
plugin: Fix pile of warnings.
(Bad Solomon) Change-Id: I5a74480d9606c707149667c8387471d98da71386
This commit is contained in:
parent
5d40d97585
commit
c528c01312
1 changed files with 2 additions and 4 deletions
|
@ -668,6 +668,7 @@ static const struct plugin_api rockbox_api = {
|
||||||
#if defined(HAVE_TC_RAMCACHE) && defined(HAVE_DIRCACHE)
|
#if defined(HAVE_TC_RAMCACHE) && defined(HAVE_DIRCACHE)
|
||||||
tagcache_fill_tags,
|
tagcache_fill_tags,
|
||||||
#endif
|
#endif
|
||||||
|
tagcache_get_stat,
|
||||||
#endif /* HAVE_TAGCACHE */
|
#endif /* HAVE_TAGCACHE */
|
||||||
|
|
||||||
#ifdef HAVE_ALBUMART
|
#ifdef HAVE_ALBUMART
|
||||||
|
@ -790,6 +791,7 @@ static const struct plugin_api rockbox_api = {
|
||||||
led,
|
led,
|
||||||
|
|
||||||
/*plugin*/
|
/*plugin*/
|
||||||
|
plugin_open,
|
||||||
plugin_get_buffer,
|
plugin_get_buffer,
|
||||||
plugin_get_audio_buffer, /* defined in plugin.c */
|
plugin_get_audio_buffer, /* defined in plugin.c */
|
||||||
plugin_release_audio_buffer, /* defined in plugin.c */
|
plugin_release_audio_buffer, /* defined in plugin.c */
|
||||||
|
@ -802,10 +804,6 @@ static const struct plugin_api rockbox_api = {
|
||||||
/* new stuff at the end, sort into place next time
|
/* new stuff at the end, sort into place next time
|
||||||
the API gets incompatible */
|
the API gets incompatible */
|
||||||
|
|
||||||
#ifdef HAVE_TAGCACHE
|
|
||||||
tagcache_get_stat,
|
|
||||||
#endif
|
|
||||||
plugin_open,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static int plugin_buffer_handle;
|
static int plugin_buffer_handle;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue