From 6e37b38a5d5ae1aa7a50e9ecf400257d91458c51 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Wed, 5 Jan 2022 18:58:01 +0000 Subject: Merge r1877444 from trunk: testatomic: Silence -Wmissing-prototypes warning. Submitted by: brane git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1896728 13f79535-47bb-0310-9956-ffa450edef68 --- test/testatomic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testatomic.c b/test/testatomic.c index b66129924..d8e93437c 100644 --- a/test/testatomic.c +++ b/test/testatomic.c @@ -876,7 +876,7 @@ static void test_atomics_busyloop_threaded64(abts_case *tc, void *data) ABTS_ASSERT(tc, "Failed creating threads", rv == APR_SUCCESS); } -void *APR_THREAD_FUNC test_func_set64(apr_thread_t *thd, void *data) +static void *APR_THREAD_FUNC test_func_set64(apr_thread_t *thd, void *data) { int i; -- cgit v1.2.1