cvs commit: src/contrib/gcc c-lex.c

Bruce Evans bde at zeta.org.au
Sat Nov 8 00:55:39 PST 2003


On Fri, 7 Nov 2003, Ruslan Ermilov wrote:

> On Sat, Nov 08, 2003 at 02:36:09AM +1100, Bruce Evans wrote:
> > On Fri, 7 Nov 2003, Ruslan Ermilov wrote:
> >
> > > On Thu, Nov 06, 2003 at 07:09:40PM -0800, Alexander Kabaev wrote:
> > > > kan         2003/11/06 19:09:40 PST
> > > >
> > > >   FreeBSD src repository
> > > >
> > > >   Modified files:
> > > >     contrib/gcc          c-lex.c
> > > >   Log:
> > > >   Drop the revision 1.2 (don't let gcc(1) hide warnings in system headers)
> > > >   and use stock version of this file now.
> > > >   ...
> > >
> > > Will -Wsystem-headers from bsd.sys.mk for WARNS > 0 still take care
> > > of emitting warnings in system headers?
> >
> > If WARNS > 0 it will :-).  I think we have enough WARNS > 0 to catch
> > most problems, but developers, especially bde and ru, should run with
> > -Wsystem-headers unconditional in bsd.sys.mk.
> >
> I mean, does -Wsystem-headers affect both cc(1) and cpp(1) now?

Yes, but I think your question is whether we enable it for cpp.  We don't
do anything except enable it in CFLAGS if WARNS > 0 AFAIK, so only
invocations of cpp that use CFLAGS get it.  This may be enough.

Bruce


More information about the cvs-src mailing list