2008-04-04 Pavel Roskin <proski@gnu.org>
* kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options): Fix signedness warnings. * kern/powerpc/ieee1275/openfw.c (grub_available_iterate): Likewise. * util/ieee1275/get_disk_name.c: Include config.h so that _GNU_SOURCE is defined and getline() is declared. Mark an unused argument as such. Fix a signedness warning.
This commit is contained in:
parent
26887f221a
commit
070e49e4e8
4 changed files with 17 additions and 6 deletions
|
@ -57,7 +57,7 @@ grub_ieee1275_find_options (void)
|
|||
grub_ieee1275_phandle_t openprom;
|
||||
grub_ieee1275_phandle_t bootrom;
|
||||
int rc;
|
||||
int realmode = 0;
|
||||
grub_uint32_t realmode = 0;
|
||||
char tmp[32];
|
||||
int is_smartfirmware = 0;
|
||||
int is_olpc = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue