[SCM] libav/experimental: Silence icc warning about unsupported option -Wno-parentheses

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:18:37 UTC 2013


The following commit has been merged in the experimental branch:
commit f1c7c6aee8ddeda87a6b7a4d909a8e14ea3e1e24
Author: Carl Eugen Hoyos <cehoyos at rainbow.studorg.tuwien.ac.at>
Date:   Thu Nov 4 10:38:39 2010 +0000

    Silence icc warning about unsupported option -Wno-parentheses
    
    Originally committed as revision 25670 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 3ad8aab..7dcb50f 100755
--- a/configure
+++ b/configure
@@ -2918,8 +2918,9 @@ if enabled icc; then
     # -wd: Disable following warnings
     # 144, 167, 556: -Wno-pointer-sign
     # 10006: ignoring unknown option -fno-signed-zeros
+    # 10148: ignoring unknown option -Wno-parentheses
     # 10156: ignoring option '-W'; no argument required
-    check_cflags -wd144,167,556,10006,10156
+    check_cflags -wd144,167,556,10006,10148,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