Suppress icc warnings about unknown attributes

Originally committed as revision 21884 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-02-18 19:14:48 +00:00
parent 3cc3581dc0
commit b80218aa53
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2715,7 +2715,7 @@ if enabled icc; then
# 144, 167, 556: -Wno-pointer-sign
# 10006: ignoring unknown option -fno-signed-zeros
# 10156: ignoring option '-W'; no argument required
check_cflags -wd144,167,556,10006,10156
check_cflags -wd144,167,556,1292,10006,10156
# 11030: Warning unknown option --as-needed
# 10156: ignoring option '-export'; no argument required
check_ldflags -wd10156,11030