From f1c7c6aee8ddeda87a6b7a4d909a8e14ea3e1e24 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 4 Nov 2010 10:38:39 +0000 Subject: Silence icc warning about unsupported option -Wno-parentheses Originally committed as revision 25670 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 3ad8aabc6f..7dcb50f384 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 -- cgit v1.2.3