On Tue, Sep 1, 2009 at 01:55, Michael Wookey[off-list ref] wrote:
quoted
Otherwise a clever compiler has every right to complain "the variable
unused is assigned but never used."
I get no other warnings, so does that make gcc less than clever? ;-)
It only does what it is instructed to do: the function is annotated with
warn_unused_result attribute. What really is annoying is someones
choice of the functions to annotate.