summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-01-15 14:55:08 +0000
committerMans Rullgard <mans@mansr.com>2011-01-18 20:48:24 +0000
commit5a92140b6e170159d67fb7035a82bbbf97382fed (patch)
treea087ec9469ab6fb20d75f519bc1ba5913535bf34
parent3240b371f8d38a8a0847aab4439f9645a53402fa (diff)
armcc: suppress 'assignment in condition' warning
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index ffc2a632fd..f672e8a5aa 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