[FFmpeg-cvslog] r21950 - trunk/configure
mru
subversion
Mon Feb 22 00:28:21 CET 2010
Author: mru
Date: Mon Feb 22 00:28:20 2010
New Revision: 21950
Log:
Suppress armcc warnings about unknown attributes
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Feb 22 00:22:51 2010 (r21949)
+++ trunk/configure Mon Feb 22 00:28:20 2010 (r21950)
@@ -2742,6 +2742,7 @@ elif enabled clang; then
elif enabled armcc; then
# 2523: use of inline assembler is deprecated
add_cflags -Wrvct,--diag_suppress=2523
+ add_cflags -Wrvct,--diag_suppress=1207
elif enabled tms470; then
add_cflags -pds=824 -pds=837
fi
More information about the ffmpeg-cvslog
mailing list