This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: Named warnings
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Matt Austern <austern at apple dot com>
- Cc: Stan Shebs <shebs at apple dot com>, gcc at gcc dot gnu dot org
- Date: 24 Jan 2003 08:43:09 +0100
- Subject: Re: RFC: Named warnings
- Organization: Integrable Solutions
- References: <B028CDC8-2F4D-11D7-A97C-000393B2ABA2@apple.com>
Matt Austern <austern@apple.com> writes:
| C++
| headers have a lot of code in them, and it's important to be able to
| control warnings for that code without interfering with warnings in the
| headers' clients.
GCC's -Wsystem-headers turns off warnings in "system headers"
(i.e. any file wih #pragam GCC system in it).
-- Gaby