1
0
Fork 0
forked from len0rd/rockbox

mpegplayer fix warnings

this should fix 'warning: cast between incompatible function types'

Change-Id: I7d192b8953fd14511431cb50254900f566eb0574
This commit is contained in:
William Wilgus 2018-11-26 01:51:09 -05:00
parent 9ed486bdc7
commit 3d72119dd4
4 changed files with 13 additions and 11 deletions

View file

@ -146,7 +146,7 @@ void list_clear_all(void **list)
* may return 'false' to stop the enumeration early. */
void list_enum_items(void **list,
list_enum_callback_t callback,
intptr_t data)
void* data)
{
for (;;)
{