1
0
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:
Mans Rullgard 2011-01-15 14:55:08 +00:00
parent 3240b371f8
commit 5a92140b6e

1
configure vendored
View File

@ -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