You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by yl...@apache.org on 2022/01/05 18:58:01 UTC

svn commit: r1896728 - in /apr/apr/branches/1.7.x: ./ test/testatomic.c

Author: ylavic
Date: Wed Jan  5 18:58:01 2022
New Revision: 1896728

URL: http://svn.apache.org/viewvc?rev=1896728&view=rev
Log:
Merge r1877444 from trunk:

testatomic: Silence -Wmissing-prototypes warning.

Submitted by: brane

Modified:
    apr/apr/branches/1.7.x/   (props changed)
    apr/apr/branches/1.7.x/test/testatomic.c

Propchange: apr/apr/branches/1.7.x/
------------------------------------------------------------------------------
  Merged /apr/apr/trunk:r1877444

Modified: apr/apr/branches/1.7.x/test/testatomic.c
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/test/testatomic.c?rev=1896728&r1=1896727&r2=1896728&view=diff
==============================================================================
--- apr/apr/branches/1.7.x/test/testatomic.c (original)
+++ apr/apr/branches/1.7.x/test/testatomic.c Wed Jan  5 18:58:01 2022
@@ -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;