You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by br...@apache.org on 2020/05/06 16:26:38 UTC

svn commit: r1877444 - /apr/apr/trunk/test/testatomic.c

Author: brane
Date: Wed May  6 16:26:38 2020
New Revision: 1877444

URL: http://svn.apache.org/viewvc?rev=1877444&view=rev
Log:
testatomic: Silence -Wmissing-prototypes warning.

Modified:
    apr/apr/trunk/test/testatomic.c

Modified: apr/apr/trunk/test/testatomic.c
URL: http://svn.apache.org/viewvc/apr/apr/trunk/test/testatomic.c?rev=1877444&r1=1877443&r2=1877444&view=diff
==============================================================================
--- apr/apr/trunk/test/testatomic.c (original)
+++ apr/apr/trunk/test/testatomic.c Wed May  6 16:26:38 2020
@@ -876,7 +876,7 @@ static void test_atomics_busyloop_thread
     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;