Lennart Sorensen wrote:

Looks like they all come from double-linked list code. This should help:
=== modified file 'include/grub/list.h'
--- include/grub/list.h    2012-01-29 17:09:53 +0000
+++ include/grub/list.h    2012-02-12 01:00:48 +0000
@@ -24,6 +24,10 @@
 #include <grub/types.h>
 #include <grub/misc.h>
+struct grub_list __attribute__ ((may_alias));
+struct grub_named_list __attribute__ ((may_alias));
+struct grub_prio_list __attribute__ ((may_alias));
+
 struct grub_list
 {
   struct grub_list *next;

I think you got it.

Doing a clean build to be sure.

You posted at the bottom. That's good. But did you really have to quote 428 lines from the previous message to post your 2 lines of input?

  -- Bruce




_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to