mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
Revert "Suppress icc warnings about unknown attributes"
This reverts r21884. Apparently people want those warnings. Originally committed as revision 21954 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ac73f1a816
commit
dd4a03f7b3
2
configure
vendored
2
configure
vendored
@ -2719,7 +2719,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,1292,10006,10156
|
||||
check_cflags -wd144,167,556,10006,10156
|
||||
# 11030: Warning unknown option --as-needed
|
||||
# 10156: ignoring option '-export'; no argument required
|
||||
check_ldflags -wd10156,11030
|
||||
|
Loading…
Reference in New Issue
Block a user