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

List:       apr-cvs
Subject:    cvs commit: apr/tables apr_tables.c
From:       brianp () apache ! org
Date:       2003-06-24 5:40:19
[Download RAW message or body]

brianp      2003/06/23 22:40:19

  Modified:    tables   apr_tables.c
  Log:
  fix some compiler warnings
  
  Revision  Changes    Path
  1.49      +1 -2      apr/tables/apr_tables.c
  
  Index: apr_tables.c
  ===================================================================
  RCS file: /home/cvs/apr/tables/apr_tables.c,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- apr_tables.c	22 Jun 2003 21:50:25 -0000	1.48
  +++ apr_tables.c	24 Jun 2003 05:40:19 -0000	1.49
  @@ -1047,7 +1047,6 @@
                    * over all the remaining elements from the
                    * other block
                    */
  -                apr_table_entry_t *lowest;
                   if (block1_start == block1_end) {
                       for (; block2_start < block2_end; block2_start++) {
                           *dst++ = values[block2_start];
  @@ -1197,7 +1196,7 @@
       table_reindex(t);
   }
   
  -APR_DECLARE(void) apr_table_cat(apr_table_t *t, const apr_table_t *s)
  +static void apr_table_cat(apr_table_t *t, const apr_table_t *s)
   {
       const int n = t->a.nelts;
       register int idx;
  
  
  
[prev in list] [next in list] [prev in thread] [next in thread] 

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