1
0
Fork 0
forked from len0rd/rockbox

Fix warnings.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15710 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2007-11-20 04:07:33 +00:00
parent fadbf0a6f7
commit 68a98a0287

View file

@ -1600,6 +1600,7 @@ static inline void boost_thread(struct thread_entry *thread, bool boost)
cpu_boost(boost);
}
#endif
(void)thread; (void)boost;
}
/*---------------------------------------------------------------------------