diff auto/cc/icc @ 595:ebc68d8ca496 release-0.3.19

nginx-0.3.19-RELEASE import *) 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 <igor@sysoev.ru>
date Wed, 28 Dec 2005 14:23:52 +0000
parents d4e858a5751a
children 77f77f53214a
line wrap: on
line diff
--- 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"
     ;;
 
     *)