Re: __attribute__((warn_unused_result)) for NetBSD?
Thor Lancelot Simon <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.general |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Sep 14, 2008 at 12:49:02PM +0300, Aleksey Cheusov wrote: > > Why? IMO Not checking for return value of all these functions as well > as close fclose etc. is VERY dangerous. Please, explain to me what exactly you intend to do to handle an error return from close(). Thor