summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2007-10-16 15:17:16 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2007-10-16 15:17:16 +0000
commit90896b888bc47304646b974a251351cd83fcea14 (patch)
treea3062d7b7245cc421a876e07fb6d829213ef8a23 /test
parent2746e5f79301b73a38bd1b49d31abf16f8f4769a (diff)
downloadlibapr-90896b888bc47304646b974a251351cd83fcea14.tar.gz
* test/testlockperf.c: Silence gcc warning from missing type.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@585169 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/testlockperf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testlockperf.c b/test/testlockperf.c
index 4a612aae3..f673e5f7b 100644
--- a/test/testlockperf.c
+++ b/test/testlockperf.c
@@ -38,7 +38,7 @@ int main(void)
#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;