[FFmpeg-devel] [PATCH 16/17] armcc: suppress warning about hardfp compatibility
Janne Grunau
janne-ffmpeg
Tue Jan 18 21:16:27 CET 2011
On Tue, Jan 18, 2011 at 07:32:20PM +0000, Mans Rullgard wrote:
> ---
> 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
ok if tested
janne
More information about the ffmpeg-devel
mailing list