This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: warn/croak on "string" "string" auto-joins
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Dave Korn <dk at artimi dot com>
- Cc: "'Zack Weinberg'" <zack at codesourcery dot com>, "'Adam Monsen'" <haircut at gmail dot com>, <gcc at gcc dot gnu dot org>
- Date: Tue, 17 Aug 2004 11:12:30 -0700
- Subject: Re: warn/croak on "string" "string" auto-joins
- References: <NUTMEGTosnwO5UGXtTG00000dd2@NUTMEG.CAM.ARTIMI.COM>
On Aug 17, 2004, at 11:07 AM, Dave Korn wrote:
Point taken. Maybe a more useful set of options than "on/off" would
be
"on/off/off in system headers but on in application files"
I would say no because this is required by the standard.....
Now if the person was using K&R C, I think they should be using
-Wtraditional
anyways as it warns about it, since it was added for C90.
--Pinski