grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Various build failures in current bzr tree


From: Lennart Sorensen
Subject: Re: Various build failures in current bzr tree
Date: Mon, 13 Feb 2012 10:39:17 -0500
User-agent: Mutt/1.5.20 (2009-06-14)

On Sun, Feb 12, 2012 at 02:02:29AM +0100, Vladimir 'φ-coder/phcoder' Serbinenko 
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;

Well that doesn't really seem to be helping.  I just checked out the
latest tree from bzr and applied this one patch, and I am still getting
close to 5000 warnings.

-- 
Len Sorensen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]