mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
armcc: suppress 'assignment in condition' warning
This commit is contained in:
parent
3240b371f8
commit
5a92140b6e
1
configure
vendored
1
configure
vendored
@ -2969,6 +2969,7 @@ elif enabled armcc; then
|
||||
# 2523: use of inline assembler is deprecated
|
||||
add_cflags -W${armcc_opt},--diag_suppress=2523
|
||||
add_cflags -W${armcc_opt},--diag_suppress=1207
|
||||
add_cflags -W${armcc_opt},--diag_suppress=1293 # assignment in condition
|
||||
elif enabled tms470; then
|
||||
add_cflags -pds=824 -pds=837
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user