Criteria for a warning to be in -Wall? (was: Re: a warning to implement)
Alexandre Duret-Lutz
duret_g@lrde.epita.fr
Thu Feb 7 02:11:00 GMT 2002
>>> "Robert" == Robert Lipe <robertlipe@usa.net> writes:
>> <<I'd have a strong preference for something that doesn't rely on GCC
>> extension. __attribute((unused)) is just as icky in a portable project
>> as magic /* ARGSUNUSED */ comments recognized by others.
>> >>
>>
>> Sure, that's understandable, but using
>>
>> int a = a;
>>
>> on the grounds that, even though there is no guarantee, it just happens
>> to work, is to me the antithesis of writing clean portable code!
Robert> I hear you and it annoys me, too.
Robert> So show us another alternative to shut up the warning
Robert> with zero runtime cost that is still portable code.
(void) a; ?
[...]
--
Alexandre Duret-Lutz
More information about the Gcc
mailing list