comparison auto/cc/icc @ 110:dad2fe8ecf08 NGINX_0_3_2

nginx 0.3.2 *) Feature: the Sun Studio 10 C compiler support. *) Feature: the "proxy_upstream_max_fails", "proxy_upstream_fail_timeout", "fastcgi_upstream_max_fails", and "fastcgi_upstream_fail_timeout" directives.
author Igor Sysoev <http://sysoev.ru>
date Wed, 12 Oct 2005 00:00:00 +0400
parents 45f7329b4bd0
children 408f195b3482
comparison
equal deleted inserted replaced
109:97da525033a1 110:dad2fe8ecf08
92 CFLAGS="$CFLAGS -wd1418" 92 CFLAGS="$CFLAGS -wd1418"
93 # external declaration in primary source file 93 # external declaration in primary source file
94 CFLAGS="$CFLAGS -wd1419" 94 CFLAGS="$CFLAGS -wd1419"
95 # explicit conversion of a 64-bit integral type to a smaller integral type 95 # explicit conversion of a 64-bit integral type to a smaller integral type
96 CFLAGS="$CFLAGS -wd1683" 96 CFLAGS="$CFLAGS -wd1683"
97 # conversion from pointer to same-sized integral type, warning on offsetof()
98 CFLAGS="$CFLAGS -wd1684"
97 99
98 case "$NGX_ICC_VER" in 100 case "$NGX_ICC_VER" in
99 8.* | 9.*) 101 8.* | 9.*)
100 # "cc" clobber ignored, warnings for Liunx's htons() 102 # "cc" clobber ignored, warnings for Liunx's htons()
101 CFLAGS="$CFLAGS -wd1469" 103 CFLAGS="$CFLAGS -wd1469"