Commit b0c1b66a authored by Mans Rullgard's avatar Mans Rullgard

armcc: suppress warning about hardfp compatibility

parent 5a92140b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment