Commit 3789efa4 authored by mru's avatar mru

Ignore annoying armcc warnings

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21356 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 14654ac8
...@@ -2651,6 +2651,9 @@ elif enabled gcc; then ...@@ -2651,6 +2651,9 @@ elif enabled gcc; then
check_cflags -fno-tree-vectorize check_cflags -fno-tree-vectorize
elif enabled clang; then elif enabled clang; then
check_cflags -Qunused-arguments check_cflags -Qunused-arguments
elif enabled armcc; then
# 2523: use of inline assembler is deprecated
add_cflags -Wrvct,--diag_suppress=2523
fi fi
if enabled gprof; then if enabled gprof; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment