aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2007-05-01 11:30:58 -0700
committerJosh Triplett <josh@freedesktop.org>2007-05-01 11:30:58 -0700
commitbda7c7c515496a78ceb57d2ee07746f33e3c0c79 (patch)
treeb63c409cae82f13b5c02a060f867142b954dd74d /compile-i386.c
parenthandle label attributes (diff)
downloadsparse-bda7c7c515496a78ceb57d2ee07746f33e3c0c79.tar.gz
sparse-bda7c7c515496a78ceb57d2ee07746f33e3c0c79.tar.bz2
sparse-bda7c7c515496a78ceb57d2ee07746f33e3c0c79.zip
Fix most -Wshadow warnings in Sparse.
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'compile-i386.c')
-rw-r--r--compile-i386.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/compile-i386.c b/compile-i386.c
index a6c4431..425a1bc 100644
--- a/compile-i386.c
+++ b/compile-i386.c
@@ -1006,8 +1006,6 @@ static void sort_array(struct expression *expr)
list[0] = entry;
sorted = 1;
} else {
- unsigned int i;
-
for (i = 0; i < sorted; i++)
if (sort_array_cmp(entry, list[i]) <= 0)
break;