This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: Named warnings
- From: Neil Booth <neil at daikokuya dot co dot uk>
- To: Robert Dewar <dewar at gnat dot com>
- Cc: gcc at gcc dot gnu dot org, shebs at apple dot com
- Date: Fri, 24 Jan 2003 21:39:15 +0000
- Subject: Re: RFC: Named warnings
- References: <20030124213756.2C46CF2DCC@nile.gnat.com>
Robert Dewar wrote:-
> I was responding to the comment that some warnings should be made into errors.
> That is not a transformation that is up to the individual implementor.
I didn't say that. I said more of our warnings should be errors. The
example I gave was
inline int x;
which is currently a warning, but nonsensical and a constraint
violation. A good candidate for an error, in other words.
Neil.