Commit e51558c4 authored by mru's avatar mru

Revert "Suppress icc warnings about unknown attributes"

This reverts r21884.  Apparently people want those warnings.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21954 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 841d2278
...@@ -2719,7 +2719,7 @@ if enabled icc; then ...@@ -2719,7 +2719,7 @@ if enabled icc; then
# 144, 167, 556: -Wno-pointer-sign # 144, 167, 556: -Wno-pointer-sign
# 10006: ignoring unknown option -fno-signed-zeros # 10006: ignoring unknown option -fno-signed-zeros
# 10156: ignoring option '-W'; no argument required # 10156: ignoring option '-W'; no argument required
check_cflags -wd144,167,556,1292,10006,10156 check_cflags -wd144,167,556,10006,10156
# 11030: Warning unknown option --as-needed # 11030: Warning unknown option --as-needed
# 10156: ignoring option '-export'; no argument required # 10156: ignoring option '-export'; no argument required
check_ldflags -wd10156,11030 check_ldflags -wd10156,11030
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment