This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [PCH] new-parser support




--On Thursday, January 09, 2003 02:52:50 PM -0800 Geoffrey Keating <geoffk@apple.com> wrote:

On Thursday, January 9, 2003, at 02:31  PM, Mark Mitchell wrote:


--On Thursday, January 09, 2003 12:27:48 PM -0800 Geoffrey Keating
<gkeating@apple.com> wrote:

+      (void) cp_lexer_peek_token (parser->lexer);
As much as I like the cast-to-void idiom, I'm pretty sure it's against
the GNU Coding Standards.

*sigh* yes, it is, they read
:-(  I suppose we could lobby to change this; I always use cast-to-void
in my own code in these sorts of situations...

--
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


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