From: Måns Rullgård Date: Wed, 20 Jan 2010 20:06:11 +0000 (+0000) Subject: Ignore annoying armcc warnings X-Git-Tag: v0.6~1758 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=138132be6d5a6032151670a34e7b176a7c3caab9;p=platform%2Fupstream%2Flibav.git Ignore annoying armcc warnings Originally committed as revision 21356 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index 7a8fc24..dc96d74 100755 --- a/configure +++ b/configure @@ -2651,6 +2651,9 @@ elif enabled gcc; then check_cflags -fno-tree-vectorize elif enabled clang; then check_cflags -Qunused-arguments +elif enabled armcc; then + # 2523: use of inline assembler is deprecated + add_cflags -Wrvct,--diag_suppress=2523 fi if enabled gprof; then