mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
Ignore annoying armcc warnings
Originally committed as revision 21356 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b4c2ada528
commit
138132be6d
3
configure
vendored
3
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user