Re: Remove warning when compiling with gcc-3.0

2001-12-02 Thread Niels Möller
Jeff Bailey <[EMAIL PROTECTED]> writes: > When compiling with gcc-3.0, I get the following warning: > > In file included from ../sysdeps/mach/hurd/uname.c:21: > ../hurd/hurd.h: In function `__hurd_fail': > ../hurd/hurd.h:71: warning: deprecated use of label at end of compound statement > > It a

Re: Remove warning when compiling with gcc-3.0

2001-12-02 Thread Jeff Bailey
On Sun, Dec 02, 2001 at 12:15:24PM -0800, Thomas Bushnell, BSG wrote: > Jeff Bailey <[EMAIL PROTECTED]> writes: > > > In file included from ../sysdeps/mach/hurd/uname.c:21: > > ../hurd/hurd.h: In function `__hurd_fail': > > ../hurd/hurd.h:71: warning: deprecated use of label at end of compound st

Re: Remove warning when compiling with gcc-3.0

2001-12-02 Thread Thomas Bushnell, BSG
Jeff Bailey <[EMAIL PROTECTED]> writes: > In file included from ../sysdeps/mach/hurd/uname.c:21: > ../hurd/hurd.h: In function `__hurd_fail': > ../hurd/hurd.h:71: warning: deprecated use of label at end of compound statement I have no objection to your patch, but since when was this syntax "depr

Remove warning when compiling with gcc-3.0

2001-12-02 Thread Jeff Bailey
When compiling with gcc-3.0, I get the following warning: In file included from ../sysdeps/mach/hurd/uname.c:21: ../hurd/hurd.h: In function `__hurd_fail': ../hurd/hurd.h:71: warning: deprecated use of label at end of compound statement It appears from looking at locale/programs/locale.c (Thanks