projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Suppress armcc warnings about unknown attributes
[libav.git]
/
configure
diff --git
a/configure
b/configure
index
5f63933
..
d7e9100
100755
(executable)
--- 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