comparison auto/cc/icc @ 144:e1c6ac408b68 NGINX_0_3_19

nginx 0.3.19 *) Feature: the "path" and "alias" directives support the variables. *) Change: now the "valid_referers" directive again checks the URI part. *) Bugfix: in SSI handling.
author Igor Sysoev <http://sysoev.ru>
date Wed, 28 Dec 2005 00:00:00 +0300
parents 8e6d4d96ec4c
children 50bd986c5d63
comparison
equal deleted inserted replaced
143:c2fa0caa07f2 144:e1c6ac408b68
112 # integral type 112 # integral type
113 CFLAGS="$CFLAGS -wd1683" 113 CFLAGS="$CFLAGS -wd1683"
114 # conversion from pointer to same-sized integral type, 114 # conversion from pointer to same-sized integral type,
115 # warning on offsetof() 115 # warning on offsetof()
116 CFLAGS="$CFLAGS -wd1684" 116 CFLAGS="$CFLAGS -wd1684"
117 # floating-point equality and inequality comparisons are unreliable,
118 # warning on SvTRUE()
119 CFLAGS="$CFLAGS -wd1572"
117 ;; 120 ;;
118 121
119 8.*) 122 8.*)
120 # "cc" clobber ignored, warnings for Liunx's htonl()/htons() 123 # "cc" clobber ignored, warnings for Liunx's htonl()/htons()
121 CFLAGS="$CFLAGS -wd1469" 124 CFLAGS="$CFLAGS -wd1469"
125 # floating-point equality and inequality comparisons are unreliable,
126 # warning on SvTRUE()
127 CFLAGS="$CFLAGS -wd1572"
122 ;; 128 ;;
123 129
124 *) 130 *)
125 ;; 131 ;;
126 esac 132 esac