This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] fix build warnings for functions without return value


On Wed, Jul 28, 2010 at 02:11:33PM -0700, Daniel Colascione wrote:
>Stop warnings about function not returning a value; the value is meaningless
>anyway, but the compiler can't know that.

I don't see why this is needed.  Cygwin uses -Werror by default so, if
gcc 4.3.4 emitted warnings we wouldn't be able to build a release or
make a snapshot.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]