Subject: Re: gcc4 status
To: matthew green <mrg@eterna.com.au>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-toolchain
Date: 05/23/2006 09:47:40
On May 22, 2006, at 9:32 PM, matthew green wrote:

> hmm, shouldn't this really just be defined as wbflush() and avoid
> all those (void) casts?  or are those there to avoid unused argument
> warnings?

The (void) casts are intended to consume all of the arguments.

-- thorpej