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:
parent
cfa73bace2
commit
39a8f1f159
5 changed files with 17 additions and 12 deletions
|
|
@ -47,7 +47,7 @@ setupmalloc(void *s, int size)
|
|||
|
||||
static void *localmalloc(int nbytes)
|
||||
{
|
||||
char *ret;
|
||||
unsigned char *ret;
|
||||
if (nbytes > arenasize)
|
||||
return NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue