[SCM] libav/experimental: Suppress icc warnings about unknown attributes

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:00:26 UTC 2013


The following commit has been merged in the experimental branch:
commit b80218aa530f2508cf5899701ca9e96da80b992d
Author: Måns Rullgård <mans at mansr.com>
Date:   Thu Feb 18 19:14:48 2010 +0000

    Suppress icc warnings about unknown attributes
    
    Originally committed as revision 21884 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 05abfa8..7d4c612 100755
--- a/configure
+++ b/configure
@@ -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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list