You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2004/01/03 16:58:19 UTC

cvs commit: httpd-2.0/support ab.c

jorton      2004/01/03 07:58:19

  Modified:    support  ab.c
  Log:
  * support/ab.c (write_request): Fix gcc warning at -O2 in USE_SSL
  build.
  
  Revision  Changes    Path
  1.134     +3 -3      httpd-2.0/support/ab.c
  
  Index: ab.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/ab.c,v
  retrieving revision 1.133
  retrieving revision 1.134
  diff -u -u -r1.133 -r1.134
  --- ab.c	1 Jan 2004 13:26:26 -0000	1.133
  +++ ab.c	3 Jan 2004 15:58:19 -0000	1.134
  @@ -735,7 +735,7 @@
       do {
   	apr_time_t tnow = apr_time_now();
   	apr_size_t l = c->rwrite;
  -	apr_status_t e;
  +	apr_status_t e = APR_SUCCESS; /* prevent gcc warning */
   
   	/*
   	 * First time round ?