* grub-core/fs/iso9660.c (add_part): Remove always_inline attribute

causing gcc error with gcc 4.7.1.
This commit is contained in:
Andrey Borzenkov 2013-03-07 09:11:36 +01:00 committed by Vladimir 'phcoder' Serbinenko
parent efd4f11754
commit 81455e8e7a
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-03-07 Andrey Borzenkov <arvidjaar@gmail.com>
* grub-core/fs/iso9660.c (add_part): Remove always_inline attribute
causing gcc error with gcc 4.7.1.
2013-03-07 Nickolai Zeldovich <nickolai@csail.mit.edu>
* grub-core/commands/acpi.c (grub_acpi_create_ebda): Don't

View file

@ -524,7 +524,7 @@ struct iterate_dir_ctx
};
/* Extend the symlink. */
static void __attribute__ ((always_inline))
static void
add_part (struct iterate_dir_ctx *ctx,
const char *part,
int len2)