WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

Re: [Xen-ia64-devel] RFC: adding a dom0_firmware_setup hypercall

To: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Subject: Re: [Xen-ia64-devel] RFC: adding a dom0_firmware_setup hypercall
From: Tristan Gingold <Tristan.Gingold@xxxxxxxx>
Date: Tue, 30 May 2006 09:42:37 +0200
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 30 May 2006 00:38:30 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20060525020401.GI13669%yamahata@xxxxxxxxxxxxx>
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
References: <200605231625.27834.Tristan.Gingold@xxxxxxxx> <20060525020401.GI13669%yamahata@xxxxxxxxxxxxx>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.5
Le Jeudi 25 Mai 2006 04:04, Isaku Yamahata a écrit :
> On Tue, May 23, 2006 at 04:25:25PM +0200, Tristan Gingold wrote:
> > diff -r 303e1b6bf727 xen/arch/ia64/Rules.mk
> > --- a/xen/arch/ia64/Rules.mk        Sun May 21 07:49:46 2006 -0600
> > +++ b/xen/arch/ia64/Rules.mk        Tue May 23 14:44:22 2006 +0200
> > @@ -40,7 +40,7 @@ CFLAGS    += -DCONFIG_XEN_IA64_DOM0_VP
> >  CFLAGS     += -DCONFIG_XEN_IA64_DOM0_VP
> >  endif
> >  ifeq ($(no_warns),y)
> > -CFLAGS     += -Wa,--fatal-warnings
> > +CFLAGS     += -Wa,--fatal-warnings -Werror -Wno-uninitialized
> >  endif
> >
> >  LDFLAGS := -g
>
> This isn't the main focus of the patch...
> Why is -Wno-uninitialized needed? I think it's too daingerous.
-Wuninitialized is really version dependant.  Using gcc 4.1, I have a lot of 
these warnings, which may not appear with previous versions.

If we combine -Werror and -Wuninitialized, Xen may not compile with some 
configurations.

Tristan.


_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel