[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-patch] [PATCH] explicitly ignore close return value to placate
From: |
Andreas Gruenbacher |
Subject: |
Re: [bug-patch] [PATCH] explicitly ignore close return value to placate static analyzers |
Date: |
Wed, 25 May 2011 14:45:30 +0200 |
User-agent: |
KMail/1.12.4 (Linux/2.6.36-rc7+; KDE/4.3.5; i686; ; ) |
On Tuesday 24 May 2011 13:32:04 Jim Meyering wrote:
> coverity griped about this, but it's obviously not a problem
> to ignore any failure of this particular close call (we're already
> reporting a prior read failure), so I've marked it as explicitly ignored:
Alright ...
Thanks,
Andreas