forked from len0rd/rockbox
Fixed warnings in the iFP target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8671 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b60f9af526
commit
bf54647132
2 changed files with 6 additions and 4 deletions
|
@ -28,8 +28,10 @@
|
|||
|
||||
#ifdef DEBUG
|
||||
static char debugmembuf[200];
|
||||
#if CONFIG_CPU == SH3704
|
||||
static char debugbuf[400];
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef SIMULATOR /* allow non archos platforms to display output */
|
||||
#include "kernel.h"
|
||||
|
@ -222,7 +224,7 @@ static void debug(char *msg)
|
|||
if (f) (*f)(msg);
|
||||
}
|
||||
|
||||
void debug_init()
|
||||
void debug_init(void)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue