kill warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3455 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1e94b873c4
commit
73b427a743
1 changed files with 2 additions and 2 deletions
|
@ -174,6 +174,8 @@ int vsnprintf(char *buf, int size, const char *fmt, va_list ap)
|
|||
return pr.bytes;
|
||||
}
|
||||
|
||||
#ifndef SIMULATOR
|
||||
|
||||
struct for_fprintf {
|
||||
int fd; /* where to store it */
|
||||
int bytes; /* amount stored */
|
||||
|
@ -193,8 +195,6 @@ static int fprfunc(void *pr, unsigned char letter)
|
|||
}
|
||||
|
||||
|
||||
#ifndef SIMULATOR
|
||||
|
||||
int fprintf(int fd, const char *fmt, ...)
|
||||
{
|
||||
bool ok;
|
||||
|
|
Loading…
Reference in a new issue