You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/10/16 19:35:39 UTC

svn commit: r585203 - /apr/apr/branches/1.2.x/test/testlockperf.c

Author: wrowe
Date: Tue Oct 16 10:35:24 2007
New Revision: 585203

URL: http://svn.apache.org/viewvc?rev=585203&view=rev
Log:
Silence gcc warnings of missing type

Author: jorton
Backports: 585169

Modified:
    apr/apr/branches/1.2.x/test/testlockperf.c

Modified: apr/apr/branches/1.2.x/test/testlockperf.c
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/test/testlockperf.c?rev=585203&r1=585202&r2=585203&view=diff
==============================================================================
--- apr/apr/branches/1.2.x/test/testlockperf.c (original)
+++ apr/apr/branches/1.2.x/test/testlockperf.c Tue Oct 16 10:35:24 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;