1
0
Fork 0
forked from len0rd/rockbox

less warnings on iriver builds

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5761 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-02-03 10:07:11 +00:00
parent 7030e29abb
commit e81fb19dfc
3 changed files with 51 additions and 1 deletions

View file

@ -149,6 +149,8 @@ int rolo_load(const char* filename)
int rolo_load(const char* filename)
{
/* dummy */
(void)filename;
return 0;
}
#endif /* CONFIG_CPU == MCF5249 */