mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Suppress armcc warnings about unknown attributes
Originally committed as revision 21950 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
acbb378d1d
commit
976d7bf71c
1
configure
vendored
1
configure
vendored
@ -2742,6 +2742,7 @@ elif enabled clang; then
|
|||||||
elif enabled armcc; then
|
elif enabled armcc; then
|
||||||
# 2523: use of inline assembler is deprecated
|
# 2523: use of inline assembler is deprecated
|
||||||
add_cflags -Wrvct,--diag_suppress=2523
|
add_cflags -Wrvct,--diag_suppress=2523
|
||||||
|
add_cflags -Wrvct,--diag_suppress=1207
|
||||||
elif enabled tms470; then
|
elif enabled tms470; then
|
||||||
add_cflags -pds=824 -pds=837
|
add_cflags -pds=824 -pds=837
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user