Re: voyager_{thread,cat}.c compile warnings

2007-07-22 Thread Cédric Augonnet
2007/7/22, James Bottomley <[EMAIL PROTECTED]>: On Sun, 2007-07-22 at 18:49 -0400, Cédric Augonnet wrote: > iff -urN a/arch/i386/mach-voyager/voyager_cat.c > b/arch/i386/mach-voyager/voyager_cat.c > --- /home/gonnet/tmp/linux-2.6.22/arch/i386/mach-voyager/voyager_cat.c 2007-07-20 11:50:17.0

Re: voyager_{thread,cat}.c compile warnings

2007-07-22 Thread James Bottomley
On Sun, 2007-07-22 at 18:49 -0400, Cédric Augonnet wrote: > iff -urN a/arch/i386/mach-voyager/voyager_cat.c > b/arch/i386/mach-voyager/voyager_cat.c > --- /home/gonnet/tmp/linux-2.6.22/arch/i386/mach-voyager/voyager_cat.c > 2007-07-20 11:50:17.0 -0400 > +++ linux-2.6.22/arch/i386/mach-voy

Re: voyager_{thread,cat}.c compile warnings

2007-07-22 Thread Cédric Augonnet
2007/7/22, Cédric Augonnet <[EMAIL PROTECTED]>: Hi, 2007/7/21, Gabriel C <[EMAIL PROTECTED]>: > Hi, > > I noticed this warnings on current git: > > > ... > > arch/i386/mach-voyager/voyager_thread.c: In function 'thread': > arch/i386/mach-voyager/voyager_thread.c:113: warning: no return statement

Re: voyager_{thread,cat}.c compile warnings

2007-07-22 Thread Cédric Augonnet
Hi, 2007/7/21, Gabriel C <[EMAIL PROTECTED]>: Hi, I noticed this warnings on current git: ... arch/i386/mach-voyager/voyager_thread.c: In function 'thread': arch/i386/mach-voyager/voyager_thread.c:113: warning: no return statement in function returning non-void ... I think return 0; is mi

voyager_{thread,cat}.c compile warnings

2007-07-21 Thread Gabriel C
Hi, I noticed this warnings on current git: ... arch/i386/mach-voyager/voyager_thread.c: In function 'thread': arch/i386/mach-voyager/voyager_thread.c:113: warning: no return statement in function returning non-void ... I think return 0; is missing on line 112 here. ... arch/i386/mach-voy