1
0
Fork 0
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:
Daniel Stenberg 2005-12-05 22:44:42 +00:00
parent 5c3546ccbb
commit f981ea93fb
30 changed files with 275 additions and 246 deletions

View file

@ -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);