2009-12-29 Robert Millan <rmh.grub@aybabtu.com>
* configure.ac: Check for TARGET_CFLAGS initialization before we initialize it ourselves (sigh). Move a few modifications to TARGET_CFLAGS to be unconditional (extra warning flags, loop alignment, i386 CPU extensions, GCC 4.4 eh_frame) * gettext/gettext.c (grub_gettext_delete_list): Add `void' argument. * term/i386/pc/at_keyboard.c (keyboard_controller_wait_untill_ready): Likewise. (keyboard_controller_led): Rename `led_status' paramter to avoid name conflict.
This commit is contained in:
parent
465b5a8130
commit
90d1e8797a
4 changed files with 54 additions and 50 deletions
|
@ -298,7 +298,7 @@ grub_gettext_init_ext (const char *lang)
|
|||
}
|
||||
|
||||
static void
|
||||
grub_gettext_delete_list ()
|
||||
grub_gettext_delete_list (void)
|
||||
{
|
||||
struct grub_gettext_msg *item;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue