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:
parent
7030e29abb
commit
e81fb19dfc
3 changed files with 51 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue