This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: How to ignore Wall errors for a portion of code
- From: Segher Boessenkool <segher at kernel dot crashing dot org>
- To: John Love-Jensen <eljay at adobe dot com>
- Cc: Joezac Zachariah <joezac at cadence dot com>, MSX to GCC <gcc-help at gcc dot gnu dot org>
- Date: Mon, 15 Jan 2007 16:25:45 +0100
- Subject: Re: How to ignore Wall errors for a portion of code
- References: <C1D0EBF1.1B4EB%eljay@adobe.com>
The GNUrus who currently put in long hours honing GCC each have their
own
agendas, and incorporating the facilities to control warning emission
behavior inline the source code has either been low on their collective
priority list, or for a faction of the GNUrus, is actually considered a
terrible malfeature (a wart).
Also, it's pretty much impossible to implement this pragma
until all the warnings have been moved to the language
frontends. When that has been done, it will be so trivial
and unobtrusive to implement that hardly anyone will
complain about it.
Segher