From: David Bremner Date: Wed, 25 Feb 2015 22:14:54 +0000 (+0100) Subject: Re: [PATCH 3/3] cli: fix clang build warnings X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=33c32e7d039353c39592742e05f63c6a817f9f06;p=notmuch-archives.git Re: [PATCH 3/3] cli: fix clang build warnings --- diff --git a/69/39e96f9863a6615e26419b9a4e8910e48ed5f6 b/69/39e96f9863a6615e26419b9a4e8910e48ed5f6 new file mode 100644 index 000000000..9ae1442e9 --- /dev/null +++ b/69/39e96f9863a6615e26419b9a4e8910e48ed5f6 @@ -0,0 +1,64 @@ +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 D364E431FD7 + for ; Wed, 25 Feb 2015 14:23:55 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.438 +X-Spam-Level: ** +X-Spam-Status: No, score=2.438 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 l-z22XMBH82C for ; + Wed, 25 Feb 2015 14:23:52 -0800 (PST) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 98E06431FBF + for ; Wed, 25 Feb 2015 14:23:52 -0800 (PST) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1YQkEW-0001ju-4J; Wed, 25 Feb 2015 22:15:08 +0000 +Received: (nullmailer pid 28967 invoked by uid 1000); Wed, 25 Feb 2015 + 22:14:54 -0000 +From: David Bremner +To: Tomi Ollila , Jani Nikula , + notmuch@notmuchmail.org +Subject: Re: [PATCH 3/3] cli: fix clang build warnings +In-Reply-To: +References: <1424710576-30468-1-git-send-email-jani@nikula.org> + <1424710576-30468-3-git-send-email-jani@nikula.org> + +User-Agent: Notmuch/0.19+48~gb74ed1c (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Wed, 25 Feb 2015 23:14:54 +0100 +Message-ID: <87sidt4p0h.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +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: Wed, 25 Feb 2015 22:23:56 -0000 + +Tomi Ollila writes: + +> +> This looks tolerable to be and the whole series good. tests pass. + +Pushed, + +d +