comparison auto/cc/icc @ 68:056fd0e5a5a6 NGINX_0_1_34

nginx 0.1.34 *) Bugfix: the worker process may got caught in an endless loop if the big response part were include by SSI. *) Bugfix: the variables set by the "set" directive were not available in SSI. *) Feature: the "autoindex_localtime" directive. *) Bugfix: the empty value of the "proxy_set_header" directive forbids the client request header line passing.
author Igor Sysoev <http://sysoev.ru>
date Thu, 26 May 2005 00:00:00 +0400
parents 72eb30262aac
children 8ad297c88dcb
comparison
equal deleted inserted replaced
67:a6f560937e2a 68:056fd0e5a5a6
62 CFLAGS="$CFLAGS -wd171" 62 CFLAGS="$CFLAGS -wd171"
63 # argument is incompatible with corresponding format string conversion 63 # argument is incompatible with corresponding format string conversion
64 CFLAGS="$CFLAGS -wd181" 64 CFLAGS="$CFLAGS -wd181"
65 # zero used for undefined preprocessing identifier 65 # zero used for undefined preprocessing identifier
66 CFLAGS="$CFLAGS -wd193" 66 CFLAGS="$CFLAGS -wd193"
67 #the format string ends before this argument
68 CFLAGS="$CFLAGS -wd268"
67 # invalid format string conversion 69 # invalid format string conversion
68 CFLAGS="$CFLAGS -wd269" 70 CFLAGS="$CFLAGS -wd269"
69 # conversion from "long long" to "size_t" may lose significant bits 71 # conversion from "long long" to "size_t" may lose significant bits
70 CFLAGS="$CFLAGS -wd810" 72 CFLAGS="$CFLAGS -wd810"
71 # parameter was never referenced 73 # parameter was never referenced
72 CFLAGS="$CFLAGS -wd869" 74 CFLAGS="$CFLAGS -wd869"
75 # "cc" clobber ignored, warnings for Liunx's htons()
76 CFLAGS="$CFLAGS -wd1469"
73 77
74 # STUB 78 # STUB
75 # enumerated type mixed with another type 79 # enumerated type mixed with another type
76 CFLAGS="$CFLAGS -wd188" 80 CFLAGS="$CFLAGS -wd188"
77 # controlling expression is constant 81 # controlling expression is constant
80 CFLAGS="$CFLAGS -wd981" 84 CFLAGS="$CFLAGS -wd981"
81 # external definition with no prior declaration 85 # external definition with no prior declaration
82 CFLAGS="$CFLAGS -wd1418" 86 CFLAGS="$CFLAGS -wd1418"
83 # external declaration in primary source file 87 # external declaration in primary source file
84 CFLAGS="$CFLAGS -wd1419" 88 CFLAGS="$CFLAGS -wd1419"
89 # non-POD class type passed through ellipsis
90 CFLAGS="$CFLAGS -wd1595"
85 91
86 # stop on warning 92 # stop on warning
87 CFLAGS="$CFLAGS -Werror" 93 CFLAGS="$CFLAGS -Werror"
88 94
89 # debug 95 # debug