rbb         01/09/01 20:41:17

  Modified:    test     testthread.c
  Log:
  Quiet a warning on Unix.
  
  Revision  Changes    Path
  1.24      +1 -1      apr/test/testthread.c
  
  Index: testthread.c
  ===================================================================
  RCS file: /home/cvs/apr/test/testthread.c,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- testthread.c      2001/09/01 07:13:37     1.23
  +++ testthread.c      2001/09/02 03:41:17     1.24
  @@ -86,7 +86,7 @@
   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++;
   }
  
  
  

Reply via email to