summaryrefslogtreecommitdiff
path: root/test/testlockperf.c
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2007-10-16 15:17:16 +0000
committerJoe Orton <jorton@apache.org>2007-10-16 15:17:16 +0000
commit89c612eb30770565001d12a307443deaf41961da (patch)
treea3062d7b7245cc421a876e07fb6d829213ef8a23 /test/testlockperf.c
parent44cafda5b19d5fbb8a104d1357949ecdd6f9c2a4 (diff)
downloadapr-89c612eb30770565001d12a307443deaf41961da.tar.gz
* test/testlockperf.c: Silence gcc warning from missing type.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@585169 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testlockperf.c')
-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;