summaryrefslogtreecommitdiff
path: root/test/testthread.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-09-02 03:41:17 +0000
committerRyan Bloom <rbb@apache.org>2001-09-02 03:41:17 +0000
commitcd9edad8490d97f947bf2e61f1325b04aa99ca94 (patch)
tree4ea4d625d40f9b912767f186ee2bf6a627c85800 /test/testthread.c
parent4f3333324266341c3e187105c8a6b82daa2cd9e6 (diff)
downloadapr-cd9edad8490d97f947bf2e61f1325b04aa99ca94.tar.gz
Quiet a warning on Unix.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62277 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testthread.c')
-rw-r--r--test/testthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testthread.c b/test/testthread.c
index 2a64df7a2..7a5aca23f 100644
--- a/test/testthread.c
+++ b/test/testthread.c
@@ -86,7 +86,7 @@ int x = 0;
int value = 0;
apr_status_t exit_ret_val = 123; /* just some made up number to check on later */
-void init_func(void)
+static void init_func(void)
{
value++;
}