[FFmpeg-cvslog] armcc: suppress 'assignment in condition' warning
Mans Rullgard
git
Tue Jan 18 23:07:49 CET 2011
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sat Jan 15 14:55:08 2011 +0000| [5a92140b6e170159d67fb7035a82bbbf97382fed] | committer: Mans Rullgard
armcc: suppress 'assignment in condition' warning
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5a92140b6e170159d67fb7035a82bbbf97382fed
---
configure | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure b/configure
index ffc2a63..f672e8a 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
More information about the ffmpeg-cvslog
mailing list