This is the mail archive of the cygwin-patches@cygwin.com 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]: "decorate" gcc extensions with __extension__


On Mar 27 06:56, Nicholas Wourms wrote:
> This patch is the first of many patches as part of my attempt to
> clean up warnings/errors triggered when building with "-W -Wall
> pedantic" flags.  In this patch, I have "decorated" all
> occurances of gcc c/c++ extensions with the the __extension__
> label.

I don't quite understand why it's necessary to build Cygwin using pedantic
mode.  Cygwin is certainly never meant to be built in pedantic mode and it's
an annoying mess to have to care for this all the time instead of fixing the
real problems.  If you personally have fun to build Cygwin in pedantic mode,
go ahead, but don't expect that the whole code will be changed to support
it.  If you find real bugs by using pedantic mode, then better send fixes
for those bugs.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          mailto:cygwin@cygwin.com
Red Hat, Inc.


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