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 0EB09431FD0 for ; Sat, 24 Dec 2011 11:51:04 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 INZ9RdzejZfa for ; Sat, 24 Dec 2011 11:51:02 -0800 (PST) Received: from socrates.hocat.ca (socrates.hocat.ca [76.10.188.53]) by olra.theworths.org (Postfix) with ESMTP id A7E29431FB6 for ; Sat, 24 Dec 2011 11:51:02 -0800 (PST) Received: from hermes.hocat.ca (hermes.hocat.ca [69.165.170.253]) by socrates.hocat.ca (Postfix) with SMTP id E09FC1ADF; Sat, 24 Dec 2011 12:51:00 -0700 (MST) Received: (nullmailer pid 6766 invoked by uid 1000); Sat, 24 Dec 2011 19:55:57 -0000 From: Tom Prince To: Thomas Jost , David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH] notmuch: Quiet buildbot warnings. In-Reply-To: <87fwgdk29x.fsf@schnouki.net> References: <1324394404-2574-1-git-send-email-dme@dme.org> <87fwgdk29x.fsf@schnouki.net> User-Agent: Notmuch/0.5-118-gdcdb843 (http://notmuchmail.org) Emacs/23.3.1 (i686-pc-linux-gnu) Date: Sat, 24 Dec 2011 12:55:57 -0700 Message-ID: <87pqfdwxpu.fsf@loki.hocat.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Sat, 24 Dec 2011 19:51:04 -0000 On Wed, 21 Dec 2011 23:06:50 +0100, Thomas Jost wrote: Non-text part: multipart/mixed Non-text part: multipart/signed > On Tue, 20 Dec 2011 15:20:04 +0000, David Edmondson wrote: > > Cast away the result of various *write functions. Provide a default > > value for some variables to avoid "use before set" warnings. > > --- > > > > The buildbot complains about these, though my own system (Debian > > testing on amd64) does not. > > What's the version of glibc on the buildbot? > http://sourceware.org/bugzilla/show_bug.cgi?id=11959 I have 2.13-r2 (gentoo) installed currently. Tom