disabling warn_unused_result attribute with FORTIFY_SOURCE?

Kevin Kofler kevin.kofler at chello.at
Thu Mar 15 14:37:53 UTC 2007


Ulrich Drepper <drepper <at> redhat.com> writes:
> Kevin Kofler wrote:
> > The _easy_ way to get rid of the warnings is to cast the unused results to 
> > void.
> 
> No, gcc won't fall for that.

I wouldn't call it "fall for that", but "be consistent with all the other 
warnings about ignored values, both GCC's own 'value computed and not used' and 
those emitted by other compilers for situations exactly like the 
warn_unused_result one".

        Kevin Kofler




More information about the fedora-devel-list mailing list