stas        2004/07/14 16:15:01

  Modified:    xs/APR/Pool APR__Pool.h
  Log:
  fix compilation warning on gcc 2.96
  Submitted by: Dave Mitchell <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.17      +1 -1      modperl-2.0/xs/APR/Pool/APR__Pool.h
  
  Index: APR__Pool.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/APR/Pool/APR__Pool.h,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -u -r1.16 -r1.17
  --- APR__Pool.h       1 Jul 2004 01:44:42 -0000       1.16
  +++ APR__Pool.h       14 Jul 2004 23:15:01 -0000      1.17
  @@ -228,7 +228,7 @@
       SPAGAIN;
   
       if (count == 1) {
  -        POPs; /* the return value is ignored */
  +        (void)POPs; /* the return value is ignored */
       }
   
       PUTBACK;
  
  
  

Reply via email to