mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-27 02:52:25 +08:00
armcc: suppress warning about hardfp compatibility
This commit is contained in:
1
configure
vendored
1
configure
vendored
@ -2970,6 +2970,7 @@ elif enabled armcc; then
|
||||
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
|
||||
add_cflags -W${armcc_opt},--diag_suppress=3343 # hardfp compat
|
||||
elif enabled tms470; then
|
||||
add_cflags -pds=824 -pds=837
|
||||
fi
|
||||
|
Reference in New Issue
Block a user