[PATCH 2/2] Silence buildbot warnings about unused results
Austin Clements
amdragon at MIT.EDU
Thu Jan 19 10:00:46 PST 2012
Quoth David Edmondson on Jan 19 at 7:23 am:
> On Wed, 18 Jan 2012 19:40:11 -0500, Austin Clements <amdragon at MIT.EDU> wrote:
> > + /* See handle_sigint in notmuch-new.c for the justification for
> > + * ignoring write's result. */
> > + IGNORE_RESULT (write (2, msg, sizeof(msg)-1));
>
> Just include the comment in both places. Someone will work over the code
> in notmuch-new.c and we'll lose it.
Done.
> Then, +1.
More information about the notmuch
mailing list