]> git.sesse.net Git - ffmpeg/commitdiff
Revert "Suppress icc warnings about unknown attributes"
authorMåns Rullgård <mans@mansr.com>
Mon, 22 Feb 2010 00:34:12 +0000 (00:34 +0000)
committerMåns Rullgård <mans@mansr.com>
Mon, 22 Feb 2010 00:34:12 +0000 (00:34 +0000)
This reverts r21884.  Apparently people want those warnings.

Originally committed as revision 21954 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index d7e91006f825963973ee07f58046ed9a89809d6a..fccfee5563ab35e8f373950a865299e2760b3bc2 100755 (executable)
--- a/configure
+++ b/configure
@@ -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