Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 52173 invoked from network); 16 Oct 2007 15:18:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Oct 2007 15:18:01 -0000 Received: (qmail 98519 invoked by uid 500); 16 Oct 2007 15:17:49 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 98489 invoked by uid 500); 16 Oct 2007 15:17:49 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 98478 invoked by uid 99); 16 Oct 2007 15:17:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2007 08:17:49 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2007 15:18:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 91A161A9832; Tue, 16 Oct 2007 08:17:39 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r585169 - /apr/apr/trunk/test/testlockperf.c Date: Tue, 16 Oct 2007 15:17:35 -0000 To: commits@apr.apache.org From: jorton@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071016151739.91A161A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jorton Date: Tue Oct 16 08:17:16 2007 New Revision: 585169 URL: http://svn.apache.org/viewvc?rev=585169&view=rev Log: * test/testlockperf.c: Silence gcc warning from missing type. Modified: apr/apr/trunk/test/testlockperf.c Modified: apr/apr/trunk/test/testlockperf.c URL: http://svn.apache.org/viewvc/apr/apr/trunk/test/testlockperf.c?rev=585169&r1=585168&r2=585169&view=diff ============================================================================== --- apr/apr/trunk/test/testlockperf.c (original) +++ apr/apr/trunk/test/testlockperf.c Tue Oct 16 08:17:16 2007 @@ -38,7 +38,7 @@ #define MAX_COUNTER 1000000 #define MAX_THREADS 6 -static verbose = 0; +static int verbose = 0; static long mutex_counter; static apr_thread_mutex_t *thread_lock;