From 90896b888bc47304646b974a251351cd83fcea14 Mon Sep 17 00:00:00 2001 From: jorton Date: Tue, 16 Oct 2007 15:17:16 +0000 Subject: * 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 --- test/testlockperf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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; -- cgit v1.2.1