best practice to handle unused variables depending on macros

Jonathan Wakely jwakely.gcc@gmail.com
Mon Feb 6 19:03:00 GMT 2012


On 6 February 2012 18:15, Mathieu Lacage wrote:
> Out of curiosity, would (void)sizeof(a) work with non-gcc compilers ?

What do you mean "work"?

It's valid C, so any compiler will accept it and not evaluate the
expression.  If you mean "will it suppress an unused variable warning"
I don't know.



More information about the Gcc-help mailing list