From 5a92140b6e170159d67fb7035a82bbbf97382fed Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sat, 15 Jan 2011 14:55:08 +0000 Subject: [PATCH] armcc: suppress 'assignment in condition' warning --- configure | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4