On Mon, 2005-08-29 at 01:00 -0700, Ian Lance Taylor wrote:
> skaller <[EMAIL PROTECTED]> writes:
>
> > In gcc/g++ version 4.0 there is no way to turn off the
> > unused variable warning enabled by -Wall with a command
> > line switch.
>
> How about -Wno-unused-variable?
Hmmm.. that seems to wor
skaller <[EMAIL PROTECTED]> writes:
> In gcc/g++ version 4.0 there is no way to turn off the
> unused variable warning enabled by -Wall with a command
> line switch.
How about -Wno-unused-variable?
> I think this is a bug: it should be possible to selectively
> turn on or off all warnings (on t