[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: disabling warn_unused_result attribute with FORTIFY_SOURCE?
- From: Miloslav Trmac <mitr volny cz>
- To: Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Subject: Re: disabling warn_unused_result attribute with FORTIFY_SOURCE?
- Date: Thu, 15 Mar 2007 05:11:55 +0100
Hi,
Ulrich Drepper napsal(a):
> Matthew Miller wrote:
>> My google-fu is failing me; I can't find any documentation on this.
>> Apparently, building with -Wp,-D_FORTIFY_SOURCE=2 results in the
>> warn_unused_result attribute being added to every (? or maybe just many)
>
> Only cases without valid cases where ignoring the value might be correct.
>
>> fuction. In turn, this makes many perfectly good programs spit out hundreds
>> of warnings. I'm not sure this is necessarily good.
>
> Fix the code. All those warnings are problems.
How about fwrite ()? What's wrong with just using ferror () before
closing the file?
Thanks for your time,
Mirek
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]