From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: irq_enter/irq_exit undeclared in efi/runtime.c Date: Thu, 14 Jul 2011 14:04:54 +0200 Message-ID: <20110714120454.GA29523@aepfle.de> References: <20110714102811.GB9157@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Thu, Jul 14, Keir Fraser wrote: > On 14/07/2011 11:28, "Olaf Hering" wrote: > > > > > Current xen-unstable fails to compile with gcc 4.6: > > Builds for me with 4.6. Does your build have -Wall? The xen.spec I use has this before the make call: export 'CFLAGS=-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables' Olaf