]> git.kaiwu.me - nginx.git/commit
Fixed false compiler warning.
authorVladimir Homutov <vl@nginx.com>
Fri, 31 Jan 2014 10:18:52 +0000 (14:18 +0400)
committerVladimir Homutov <vl@nginx.com>
Fri, 31 Jan 2014 10:18:52 +0000 (14:18 +0400)
commit8d97a2e4d7ef3fb4890663255f0893fcd047fea2
treea51e1d1c1790887bda101a2583e38bdc5326e6c5
parentc6d7db25000b532c6c8588ff5ed8f83110b0aa82
Fixed false compiler warning.

Newer gcc versions (4.7+) report possible use of uninitialized variable if
nginx is being compiled with -O3.
src/http/ngx_http_request.c