[FFmpeg-cvslog] r21954 - trunk/configure

mru subversion
Mon Feb 22 01:34:13 CET 2010


Author: mru
Date: Mon Feb 22 01:34:12 2010
New Revision: 21954

Log:
Revert "Suppress icc warnings about unknown attributes"

This reverts r21884.  Apparently people want those warnings.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Feb 22 01:34:08 2010	(r21953)
+++ trunk/configure	Mon Feb 22 01:34:12 2010	(r21954)
@@ -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



More information about the ffmpeg-cvslog mailing list