diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2005-12-28 14:23:52 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2005-12-28 14:23:52 +0000 |
| commit | 3ca233ee5cc0e00fc0d854f779ba5c78cf6b0cba (patch) | |
| tree | 082164b43d8c98923c587524bddf19fdab2e13f0 /auto | |
| parent | b0b4973576eead9175faa089e66bdc33b698941d (diff) | |
| download | nginx-3ca233ee5cc0e00fc0d854f779ba5c78cf6b0cba.tar.gz nginx-3ca233ee5cc0e00fc0d854f779ba5c78cf6b0cba.tar.bz2 | |
nginx-0.3.19-RELEASE importrelease-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.
Diffstat (limited to 'auto')
| -rw-r--r-- | auto/cc/icc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/cc/icc b/auto/cc/icc index 1a4111b93..81b042748 100644 --- a/auto/cc/icc +++ b/auto/cc/icc @@ -114,11 +114,17 @@ case "$NGX_ICC_VER" in # conversion from pointer to same-sized integral type, # warning on offsetof() CFLAGS="$CFLAGS -wd1684" + # floating-point equality and inequality comparisons are unreliable, + # warning on SvTRUE() + CFLAGS="$CFLAGS -wd1572" ;; 8.*) # "cc" clobber ignored, warnings for Liunx's htonl()/htons() CFLAGS="$CFLAGS -wd1469" + # floating-point equality and inequality comparisons are unreliable, + # warning on SvTRUE() + CFLAGS="$CFLAGS -wd1572" ;; *) |
