Re: [XenPPC] [xenppc-unstable] [POWERPC] Enable gcc -Wshadow and fix the warnings

2006-08-21 Thread poff
> hey dan, could you make -k (which tell make to keep going on failure) > and see if any more crop up > -JX Just pulled xen tree again, and now compiles clean. ___ Xen-ppc-devel mailing list Xen-ppc-devel@lists.xensource.com http://lists.xensource.co

Re: [XenPPC] [xenppc-unstable] [POWERPC] Enable gcc -Wshadow and fix the warnings

2006-08-21 Thread Jimi Xenidis
On Aug 21, 2006, at 11:31 AM, poff wrote: Yes, this patch solved the problem. Yet another shadow problem (this seems to be the last one): hey dan, could you make -k (which tell make to keep going on failure) and see if any more crop up -JX __

Re: [XenPPC] [xenppc-unstable] [POWERPC] Enable gcc -Wshadow and fix the warnings

2006-08-21 Thread Jimi Xenidis
I think maria reported the oftree.h issue, this morning. I pushed that solution, please try that. -JX On Aug 21, 2006, at 11:31 AM, poff wrote: wow, thats a little unexpected, what version of gcc is that? anyway, does the following patch solve the issue? -JX diff -r dbe9249ba61b xen/includ

Re: [XenPPC] [xenppc-unstable] [POWERPC] Enable gcc -Wshadow and fix the warnings

2006-08-21 Thread poff
> wow, thats a little unexpected, what version of gcc is that? > anyway, does the following patch solve the issue? > -JX > diff -r dbe9249ba61b xen/include/asm-powerpc/current.h > --- a/xen/include/asm-powerpc/current.h Sun Aug 20 13:28:45 2006 -0400 > +++ b/xen/include/asm-powerpc/current.

Re: [XenPPC] [xenppc-unstable] [POWERPC] Enable gcc -Wshadow and fix the warnings

2006-08-20 Thread Jimi Xenidis
wow, thats a little unexpected, what version of gcc is that? anyway, does the following patch solve the issue? -JX diff -r dbe9249ba61b xen/include/asm-powerpc/current.h --- a/xen/include/asm-powerpc/current.h Sun Aug 20 13:28:45 2006 -0400 +++ b/xen/include/asm-powerpc/current.h Sun Aug 20 21:11

Re: [XenPPC] [xenppc-unstable] [POWERPC] Enable gcc -Wshadow and fix the warnings

2006-08-20 Thread poff
Addition of -Wshadow generates warnings when compiling powerpc64/asm-offsets.c > diff -r 0af18fd083ed -r b10e48a5d1e3 xen/arch/powerpc/Makefile > --- a/xen/arch/powerpc/Makefile Fri Aug 18 05:00:37 2006 -0400 > +++ b/xen/arch/powerpc/Makefile Fri Aug 18 05:17:14 2006 -0400 > @@ -47,6

[XenPPC] [xenppc-unstable] [POWERPC] Enable gcc -Wshadow and fix the warnings

2006-08-18 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID b10e48a5d1e3b8a14619f52a09851f20769a46cc # Parent 0af18fd083ed3d09784a7b2b86517557cf91b73d [POWERPC] Enable gcc -Wshadow and fix the warnings As sugested by: Amos Waterland <[EMAIL PROTECTED]> Signed-off-by: Jimi Xenidis <[EMA