]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/fs/iso9660.c (add_part): Remove always_inline attribute
authorAndrey Borzenkov <arvidjaar@gmail.com>
Thu, 7 Mar 2013 08:11:36 +0000 (09:11 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 7 Mar 2013 08:11:36 +0000 (09:11 +0100)
causing gcc error with gcc 4.7.1.

ChangeLog
grub-core/fs/iso9660.c

index 5fb9b77ab8ff27efdf3e93114e3e3dca18c1c63b..3b4b3b42b43a271961f6a0baecd422f1373d94e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 01a07b8c45769b24b5e714b59b4ce2f26ccf200c..cdbd6dc36add4b824be49316e90abffa923ae108 100644 (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)