[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apr-cvs
Subject:    svn commit: r1877444 - /apr/apr/trunk/test/testatomic.c
From:       brane () apache ! org
Date:       2020-05-06 16:26:38
Message-ID: 20200506162638.B827417C9A8 () svn01-us-east ! apache ! org
[Download RAW message or body]

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;
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic