diff options
author | Måns Rullgård <mans@mansr.com> | 2010-02-18 19:14:48 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-02-18 19:14:48 +0000 |
commit | b80218aa530f2508cf5899701ca9e96da80b992d (patch) | |
tree | de46a3788bafa2d61f3b28b277c78d0631e55e7d | |
parent | 3cc3581dc029b9a84df61ac8797fae0bf4a05a3f (diff) | |
download | ffmpeg-b80218aa530f2508cf5899701ca9e96da80b992d.tar.gz |
Suppress icc warnings about unknown attributes
Originally committed as revision 21884 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |