[FFmpeg-devel] [PATCH 16/17] armcc: suppress warning about hardfp compatibility

Mans Rullgard mans
Tue Jan 18 20:32:20 CET 2011


---
 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 982f97b..3f7eed8 100755
--- a/configure
+++ b/configure
@@ -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
-- 
1.7.3.5




More information about the ffmpeg-devel mailing list