On 09/12/2012 10:57 AM, Richard Guenther wrote:
And note that we have ARG_UNUSED for parameters - to cope with older compilers not handling attributes here too well (I run into this when using gcc 3.3 as host compiler).Ah, thanks, I didn't know that (both the problem and the solution): it seems (another) good reason to just get rid of as many ATTRIBUTE_UNUSED as possible!
Paolo.