[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: disabling warn_unused_result attribute with FORTIFY_SOURCE?
- From: Kevin Kofler <kevin kofler chello at>
- To: fedora-devel-list redhat com
- Subject: Re: disabling warn_unused_result attribute with FORTIFY_SOURCE?
- Date: Thu, 15 Mar 2007 14:37:53 +0000 (UTC)
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]