projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ignore annoying armcc warnings
[ffmpeg.git]
/
configure
diff --git
a/configure
b/configure
index
7a8fc24
..
dc96d74
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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