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 F236A418C3C for ; Sat, 24 Apr 2010 04:45:24 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham 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 F7aBiPjo7ERL for ; Sat, 24 Apr 2010 04:45:24 -0700 (PDT) Received: from pivot.cs.unb.ca (pivot.cs.unb.ca [131.202.240.57]) by olra.theworths.org (Postfix) with ESMTP id 62EF0431FC1 for ; Sat, 24 Apr 2010 04:45:24 -0700 (PDT) Received: from fctnnbsc30w-142167190087.pppoe-dynamic.high-speed.nb.bellaliant.net ([142.167.190.87] helo=rocinante.cs.unb.ca) by pivot.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1O5dnX-00030h-VH; Sat, 24 Apr 2010 08:45:24 -0300 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.71) (envelope-from ) id 1O5dn1-0005Qc-GQ; Sat, 24 Apr 2010 08:44:51 -0300 From: david@tethera.net To: notmuch@notmuchmail.org Subject: [PATCH 1/3] remove stale "unused" from around argv and argc in notmuch_show_command. Date: Sat, 24 Apr 2010 08:44:36 -0300 Message-Id: <1272109478-20686-2-git-send-email-david@tethera.net> X-Mailer: git-send-email 1.7.0 In-Reply-To: <1272109478-20686-1-git-send-email-david@tethera.net> References: <1272109478-20686-1-git-send-email-david@tethera.net> X-Sender-Verified: bremner@pivot.cs.unb.ca Cc: David Bremner 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 Apr 2010 11:45:25 -0000 From: David Bremner In fact argc and argv are used in this function. --- notmuch-show.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/notmuch-show.c b/notmuch-show.c index 26449fa..6aa9072 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -403,7 +403,7 @@ show_messages (void *ctx, const show_format_t *format, notmuch_messages_t *messa } int -notmuch_show_command (void *ctx, unused (int argc), unused (char *argv[])) +notmuch_show_command (void *ctx, int argc, char *argv[]) { notmuch_config_t *config; notmuch_database_t *notmuch; -- 1.7.0