summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-01-23 20:48:05 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-01-23 20:48:05 +0000
commitbd3fae3df6233729591b65f7c9f008d4182f6b44 (patch)
treeea47a17f0f37b8ef72029dc587851847e50ff1fc /tests
parent9230e66e5c711bd077705465d34161d6b1e7fee7 (diff)
downloadqemu-bd3fae3df6233729591b65f7c9f008d4182f6b44.tar.gz
removed warning
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1238 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tests')
-rw-r--r--tests/test-i386.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-i386.c b/tests/test-i386.c
index 94955c2478..9f1c4f0038 100644
--- a/tests/test-i386.c
+++ b/tests/test-i386.c
@@ -1735,7 +1735,6 @@ static uint64_t __attribute__((aligned(16))) test_values[4][2] = {
#define SHUF_OP(op, ib)\
{\
- int i;\
a.q[0] = test_values[0][0];\
a.q[1] = test_values[0][1];\
b.q[0] = test_values[1][0];\