You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Joe Orton <jo...@redhat.com> on 2005/09/20 21:36:33 UTC

Re: svn commit: r290517 - in /httpd/httpd/branches/2.0.x: CHANGES STATUS modules/proxy/proxy_http.c

On Tue, Sep 20, 2005 at 06:34:36PM -0000, William Rowe wrote:
> Author: wrowe
> Date: Tue Sep 20 11:34:33 2005
> New Revision: 290517
> 
> URL: http://svn.apache.org/viewcvs?rev=290517&view=rev

-Werror regressions with these commits (gcc 4):

proxy_http.c: In function 'ap_proxy_http_request':
proxy_http.c:569: warning: 'status' may be used uninitialized in this function
http_protocol.c: In function 'ap_send_http_trace':
http_protocol.c:1377: warning: 'bodyread' may be used uninitialized in this function


Re: svn commit: r290517 - in /httpd/httpd/branches/2.0.x: CHANGES STATUS modules/proxy/proxy_http.c

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
Joe Orton wrote:
> 
> proxy_http.c: In function 'ap_proxy_http_request':
> proxy_http.c:569: warning: 'status' may be used uninitialized in this function
> http_protocol.c: In function 'ap_send_http_trace':
> http_protocol.c:1377: warning: 'bodyread' may be used uninitialized in this function

Both, as I expected, were never-encountered edge cases.  But please do
svn up and double check that our compile is clean, now, on gcc4.