Mercurial > mplayer.hg
changeset 24031:f063ae070088
Remove additional warnings when using icc - similar to -Wno-pointer-sign.
author | cehoyos |
---|---|
date | Mon, 13 Aug 2007 08:30:53 +0000 |
parents | c0a2e82eaf94 |
children | 144162149176 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Aug 12 13:22:46 2007 +0000 +++ b/configure Mon Aug 13 08:30:53 2007 +0000 @@ -2290,7 +2290,7 @@ _install_strip= elif test -z "$CFLAGS" ; then if test "$cc_vendor" = "intel" ; then - CFLAGS="-O2 $_march $_mcpu $_pipe -fomit-frame-pointer -wd167" + CFLAGS="-O2 $_march $_mcpu $_pipe -fomit-frame-pointer -wd167 -wd556 -wd144" elif test "$cc_vendor" != "gnu" ; then CFLAGS="-O2 $_march $_mcpu $_pipe" else