mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fixed warnings when logf is enabled.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15243 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
11251f4555
commit
47cdc89552
2 changed files with 11 additions and 5 deletions
|
@ -75,7 +75,10 @@ char * cpu_boost_log_getlog_first(void)
|
|||
#if NUM_CORES > 1
|
||||
spinlock_unlock(&boostctrl_spin);
|
||||
#endif
|
||||
|
||||
return first;
|
||||
}
|
||||
|
||||
char * cpu_boost_log_getlog_next(void)
|
||||
{
|
||||
int message;
|
||||
|
@ -97,7 +100,10 @@ char * cpu_boost_log_getlog_next(void)
|
|||
#if NUM_CORES > 1
|
||||
spinlock_unlock(&boostctrl_spin);
|
||||
#endif
|
||||
|
||||
return next;
|
||||
}
|
||||
|
||||
void cpu_boost_(bool on_off, char* location, int line)
|
||||
{
|
||||
#if NUM_CORES > 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue