Browse code

Silence icc warning about unsupported option -Wno-parentheses

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

Carl Eugen Hoyos authored on 2010/11/04 19:38:39
Showing 1 changed files
... ...
@@ -2918,8 +2918,9 @@ if enabled icc; then
2918 2918
     # -wd: Disable following warnings
2919 2919
     # 144, 167, 556: -Wno-pointer-sign
2920 2920
     # 10006: ignoring unknown option -fno-signed-zeros
2921
+    # 10148: ignoring unknown option -Wno-parentheses
2921 2922
     # 10156: ignoring option '-W'; no argument required
2922
-    check_cflags -wd144,167,556,10006,10156
2923
+    check_cflags -wd144,167,556,10006,10148,10156
2923 2924
     # 11030: Warning unknown option --as-needed
2924 2925
     # 10156: ignoring option '-export'; no argument required
2925 2926
     check_ldflags -wd10156,11030