get rid of all warnings but one (lb table fake)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@107 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Stefan Reinauer 2007-02-23 15:35:42 +00:00
commit 39a8f1f159
5 changed files with 17 additions and 12 deletions

View file

@ -47,7 +47,7 @@ setupmalloc(void *s, int size)
static void *localmalloc(int nbytes)
{
char *ret;
unsigned char *ret;
if (nbytes > arenasize)
return NULL;