Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 270C0431FB6 for ; Thu, 19 Jan 2012 10:01:07 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PNy9PoKPr3cS for ; Thu, 19 Jan 2012 10:01:06 -0800 (PST) Received: from dmz-mailsec-scanner-8.mit.edu (DMZ-MAILSEC-SCANNER-8.MIT.EDU [18.7.68.37]) by olra.theworths.org (Postfix) with ESMTP id AEC3B431FAE for ; Thu, 19 Jan 2012 10:01:06 -0800 (PST) X-AuditID: 12074425-b7f4a6d0000008e0-bd-4f185a615caa Received: from mailhub-auth-4.mit.edu ( [18.7.62.39]) by dmz-mailsec-scanner-8.mit.edu (Symantec Messaging Gateway) with SMTP id 01.28.02272.16A581F4; Thu, 19 Jan 2012 13:01:05 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-4.mit.edu (8.13.8/8.9.2) with ESMTP id q0JI149h003922; Thu, 19 Jan 2012 13:01:05 -0500 Received: from awakening.csail.mit.edu (awakening.csail.mit.edu [18.26.4.91]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id q0JI132j016811 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Thu, 19 Jan 2012 13:01:04 -0500 (EST) Received: from amthrax by awakening.csail.mit.edu with local (Exim 4.77) (envelope-from ) id 1RnwI2-0003ax-4X; Thu, 19 Jan 2012 13:00:46 -0500 Date: Thu, 19 Jan 2012 13:00:46 -0500 From: Austin Clements To: David Edmondson Subject: Re: [PATCH 2/2] Silence buildbot warnings about unused results Message-ID: <20120119180046.GL16740@mit.edu> References: <1326933611-16898-1-git-send-email-amdragon@mit.edu> <1326933611-16898-3-git-send-email-amdragon@mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFmpmleLIzCtJLcpLzFFi42IRYrdT102MkvA3ePVczmLfnS1MFtdvzmR2 YPLY9fwvk8ezVbeYA5iiuGxSUnMyy1KL9O0SuDKmvG1lKdjFXDHlT2ED41WmLkZODgkBE4nd h/exQNhiEhfurWfrYuTiEBLYxyix/+cRZghnA6PEipXL2SGck0wShzdeZoFwljBKzPhxE2wW i4CqRMPWblYQm01AQ2Lb/uWMILaIgKLE/28r2EFsZgFpiW+/m8HqhQXcJRZsWsUMYvMK6Ej8 nbiKFWLoSkaJ86/2sUEkBCVOznzCAtGsJXHj30ugZg6wQcv/cYCYnAI2EluXWoFUiAqoSEw5 uY1tAqPQLCTNs5A0z0JoXsDIvIpRNiW3Sjc3MTOnODVZtzg5MS8vtUjXQi83s0QvNaV0EyM4 rF1UdzBOOKR0iFGAg1GJh5fbVcJfiDWxrLgy9xCjJAeTkiivZyRQiC8pP6UyI7E4I76oNCe1 +BCjBAezkgjvcTGgHG9KYmVValE+TEqag0VJnFdT652fkEB6YklqdmpqQWoRTFaGg0NJgncC yFDBotT01Iq0zJwShDQTByfIcB6g4dEgNbzFBYm5xZnpEPlTjIpS4rz1IAkBkERGaR5cLyzt vGIUB3pFmLcDpIoHmLLgul8BDWYCGuzRJAYyuCQRISXVwHi6Y3pY7FeWU7xmS58yHfh6/aDz jzqbaNfnexbMca6uXH+nyiNe2epPPlOO/fUtj0vWBq/O/hPNzyn5aJNn/tu1n6a539ntMSND dmPCpCWTfkefvqfEJLen4Y/Y6dNrTiaahS7Vqc3L+5c35zj/XDZX9/kCa2bPOvHl19S4c6Lv +DMerQ6zcvmpxFKckWioxVxUnAgAiOW3QxYDAAA= Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2012 18:01:07 -0000 Quoth David Edmondson on Jan 19 at 7:23 am: > On Wed, 18 Jan 2012 19:40:11 -0500, Austin Clements 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.