This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: Desire gcc option to skip warnings in standard headers


| Here's a simple patch that inhibits warnings generated in system headers
| unless '-Wsystem-headers' is specified. It doesn't attempt to handle
| warnings generated by cccp or cpplib yet.
| 
| Comments, anybody? Is this the right way to do it?

I don't like this, I think the new option should turn
warning off if used, but by default give warnings for
system headers too.

-- 
 Carlo Wood  <carlo@runaway.xs4all.nl>


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