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 F12F0431FD0 for ; Fri, 25 Nov 2011 07:34:54 -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 iuHW6nQKCL8S for ; Fri, 25 Nov 2011 07:34:54 -0800 (PST) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 64FA9431FB6 for ; Fri, 25 Nov 2011 07:34:54 -0800 (PST) Received: by bkaq10 with SMTP id q10so4897701bka.26 for ; Fri, 25 Nov 2011 07:34:53 -0800 (PST) Received: by 10.204.149.215 with SMTP id u23mr35128960bkv.105.1322235292782; Fri, 25 Nov 2011 07:34:52 -0800 (PST) Received: from localhost (abtw56.neoplus.adsl.tpnet.pl. [83.8.168.56]) by mx.google.com with ESMTPS id z3sm28899199faf.13.2011.11.25.07.34.50 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 25 Nov 2011 07:34:51 -0800 (PST) From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= To: notmuch@notmuchmail.org Subject: [PATCH 2/3] Fix warnings for test/symbol-test.cc. Date: Fri, 25 Nov 2011 16:34:47 +0100 Message-Id: <1322235288-12151-1-git-send-email-aidecoe@aidecoe.name> X-Mailer: git-send-email 1.7.8.rc3 In-Reply-To: <8762i8bbb2.fsf@convex-new.cs.unb.ca> References: <8762i8bbb2.fsf@convex-new.cs.unb.ca> Cc: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= 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: Fri, 25 Nov 2011 15:34:55 -0000 --- test/symbol-test.cc | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/test/symbol-test.cc b/test/symbol-test.cc index 1de06ea..ec250b2 100644 --- a/test/symbol-test.cc +++ b/test/symbol-test.cc @@ -1,10 +1,9 @@ #include #include #include -main (int argc, char **argv){ +int main (){ - notmuch_database_t *notmuch - = notmuch_database_open ("fakedb", + (void)notmuch_database_open ("fakedb", NOTMUCH_DATABASE_MODE_READ_ONLY); try{ -- 1.7.8.rc3