comparison auto/cc/icc @ 561:e48ebafc6939 release-0.3.2

nginx-0.3.2-RELEASE import *) 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 <igor@sysoev.ru>
date Wed, 12 Oct 2005 13:50:36 +0000
parents ecd9c160f25b
children 9c2f3ed7a247
comparison
equal deleted inserted replaced
560:8886091eddd2 561:e48ebafc6939
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"