[FFmpeg-cvslog] r21356 - trunk/configure

mru subversion
Wed Jan 20 21:06:11 CET 2010


Author: mru
Date: Wed Jan 20 21:06:11 2010
New Revision: 21356

Log:
Ignore annoying armcc warnings

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Jan 20 20:23:19 2010	(r21355)
+++ trunk/configure	Wed Jan 20 21:06:11 2010	(r21356)
@@ -2651,6 +2651,9 @@ elif enabled gcc; then
     check_cflags -fno-tree-vectorize
 elif enabled clang; then
     check_cflags -Qunused-arguments
+elif enabled armcc; then
+    # 2523: use of inline assembler is deprecated
+    add_cflags -Wrvct,--diag_suppress=2523
 fi
 
 if enabled gprof; then



More information about the ffmpeg-cvslog mailing list