summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-02-21 23:28:20 +0000
committerMåns Rullgård <mans@mansr.com>2010-02-21 23:28:20 +0000
commit976d7bf71c2337dd354d75b4bbe3921db7575dee (patch)
tree426b9a73335c28079009f5a355da847e399cb3f0 /configure
parentacbb378d1dd3e945d907743de221991d0ef11756 (diff)
Suppress armcc warnings about unknown attributes
Originally committed as revision 21950 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 5f639331f3..d7e91006f8 100755
--- a/configure
+++ b/configure
@@ -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