From: David Bremner Date: Thu, 24 Sep 2015 10:38:43 +0000 (+2100) Subject: Re: [PATCH v2] test: check argc in symbol-test X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ee0e0aff71130470a2d61ac9384174df16ea1f74;p=notmuch-archives.git Re: [PATCH v2] test: check argc in symbol-test --- diff --git a/9e/092f0c33fcc0862d1bdcd8fe69375369bc55bd b/9e/092f0c33fcc0862d1bdcd8fe69375369bc55bd new file mode 100644 index 000000000..c210ed7ec --- /dev/null +++ b/9e/092f0c33fcc0862d1bdcd8fe69375369bc55bd @@ -0,0 +1,58 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 981226DE0FF7 + for ; Thu, 24 Sep 2015 03:40:52 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.113 +X-Spam-Level: +X-Spam-Status: No, score=0.113 tagged_above=-999 required=5 tests=[AWL=0.113] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id 6RbHoa0TKbIJ for ; + Thu, 24 Sep 2015 03:40:50 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 97FDC6DE0FB1 + for ; Thu, 24 Sep 2015 03:40:50 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1Zf3va-0006Gm-HT; Thu, 24 Sep 2015 10:39:02 +0000 +Received: (nullmailer pid 30246 invoked by uid 1000); Thu, 24 Sep 2015 + 10:38:43 -0000 +From: David Bremner +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [PATCH v2] test: check argc in symbol-test +In-Reply-To: <1443034085-4358-1-git-send-email-jani@nikula.org> +References: <87k2s2z9cb.fsf@zancas.localnet> + <1443034085-4358-1-git-send-email-jani@nikula.org> +User-Agent: Notmuch/0.20.2+73~gd432116 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Thu, 24 Sep 2015 07:38:43 -0300 +Message-ID: <87lhbw2jbg.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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, 24 Sep 2015 10:40:52 -0000 + +Jani Nikula writes: + +> Check argc mainly to fix unused parameter warning: +> + +not obviously broken this time, shipped ;). + +d