diff options
Diffstat (limited to 'auto')
| -rw-r--r-- | auto/cc/icc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/auto/cc/icc b/auto/cc/icc index b82a17d62..f58f5809a 100644 --- a/auto/cc/icc +++ b/auto/cc/icc @@ -90,9 +90,11 @@ CFLAGS="$CFLAGS -wd981" CFLAGS="$CFLAGS -wd1418" # external declaration in primary source file CFLAGS="$CFLAGS -wd1419" +# explicit conversion of a 64-bit integral type to a smaller integral type +CFLAGS="$CFLAGS -wd1683" case "$NGX_ICC_VER" in - 8.*) + 8.* | 9.*) # "cc" clobber ignored, warnings for Liunx's htons() CFLAGS="$CFLAGS -wd1469" |
