projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a92140
)
armcc: suppress warning about hardfp compatibility
author
Mans Rullgard
<mans@mansr.com>
Sun, 16 Jan 2011 12:50:49 +0000
(12:50 +0000)
committer
Mans Rullgard
<mans@mansr.com>
Tue, 18 Jan 2011 20:48:25 +0000
(20:48 +0000)
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
f672e8a
..
9a68b73
100755
(executable)
--- 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