forked from len0rd/rockbox
kill gcc4 warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8162 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5c3546ccbb
commit
f981ea93fb
30 changed files with 275 additions and 246 deletions
|
|
@ -168,7 +168,7 @@ struct codec_api {
|
|||
/* Configure different codec buffer parameters. */
|
||||
void (*configure)(int setting, void *value);
|
||||
|
||||
void (*splash)(int ticks, bool center, const char *fmt, ...);
|
||||
void (*splash)(int ticks, bool center, const unsigned char *fmt, ...);
|
||||
|
||||
/* file */
|
||||
int (*PREFIX(open))(const char* pathname, int flags);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue