diff options
author | Måns Rullgård <mans@mansr.com> | 2010-01-20 20:06:11 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-01-20 20:06:11 +0000 |
commit | 138132be6d5a6032151670a34e7b176a7c3caab9 (patch) | |
tree | 2a820433988dce55573b5c10759da19e94a5dc55 | |
parent | b4c2ada5282228a8ceb6b798e74e683a44fae5b0 (diff) | |
download | ffmpeg-138132be6d5a6032151670a34e7b176a7c3caab9.tar.gz |
Ignore annoying armcc warnings
Originally committed as revision 21356 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |