You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by st...@apache.org on 2004/03/24 22:03:57 UTC

cvs commit: httpd-apreq-2/glue/perl/xsbuilder/Apache/Request Apache__Request.h

stas        2004/03/24 13:03:57

  Modified:    glue/perl/xsbuilder/Apache/Request Apache__Request.h
  Log:
  fix compile warnings
  
  Revision  Changes    Path
  1.21      +1 -1      httpd-apreq-2/glue/perl/xsbuilder/Apache/Request/Apache__Request.h
  
  Index: Apache__Request.h
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/glue/perl/xsbuilder/Apache/Request/Apache__Request.h,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -u -r1.20 -r1.21
  --- Apache__Request.h	24 Mar 2004 08:22:48 -0000	1.20
  +++ Apache__Request.h	24 Mar 2004 21:03:57 -0000	1.21
  @@ -153,7 +153,7 @@
       dXSARGS;
       apreq_request_t *req;
       apr_status_t status = APR_SUCCESS;
  -    int j = 1;
  +    /* int j = 1; */
       if (items == 0)
           XSRETURN_UNDEF;
       if (!SvROK(ST(0)))