[FFmpeg-devel] [PATCH 15/17] armcc: suppress 'assignment in condition' warning

Janne Grunau janne-ffmpeg
Tue Jan 18 21:15:52 CET 2011


On Tue, Jan 18, 2011 at 07:32:19PM +0000, Mans Rullgard wrote:
> ---
>  configure |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/configure b/configure
> index a674956..982f97b 100755
> --- a/configure
> +++ b/configure
> @@ -2969,6 +2969,7 @@ elif enabled armcc; then
>      # 2523: use of inline assembler is deprecated
>      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
>  elif enabled tms470; then
>      add_cflags -pds=824 -pds=837
>  fi

ok if tested

Janne



More information about the ffmpeg-devel mailing list