Re: compile warning in cygwin/stat.h

2007-03-13 Thread Corinna Vinschen
On Mar 13 07:28, Eric Blake wrote: > According to Corinna Vinschen on 3/13/2007 7:22 AM: > > On Mar 13 06:30, Eric Blake wrote: > >>* include/cygwin/stat.h (S_TYPEISSHM, S_TYPEISSEM, S_TYPEISSHM): > >>Avoid compiler warnings. > > > > Thanks, applied. > > For all that, and I still got the

Re: compile warning in cygwin/stat.h

2007-03-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Corinna Vinschen on 3/13/2007 7:22 AM: > On Mar 13 06:30, Eric Blake wrote: >> * include/cygwin/stat.h (S_TYPEISSHM, S_TYPEISSEM, S_TYPEISSHM): >> Avoid compiler warnings. > > Thanks, applied. For all that, and I still got the

Re: compile warning in cygwin/stat.h

2007-03-13 Thread Corinna Vinschen
On Mar 13 06:30, Eric Blake wrote: > * include/cygwin/stat.h (S_TYPEISSHM, S_TYPEISSEM, S_TYPEISSHM): > Avoid compiler warnings. Thanks, applied. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin D

compile warning in cygwin/stat.h

2007-03-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This patch: http://cygwin.com/ml/cygwin-cvs/2007-q1/msg00123.html breaks compilation of coreutils against the latest snapshot when using - -Wall -Werror, due to an unused expression on the left of a comma. 2007-03-13 Eric Blake <[EMAIL PROTECTED]>