summaryrefslogtreecommitdiff
path: root/tests/gem_double_irq_loop.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-12-14 17:43:37 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-12-14 17:43:37 +0000
commit7ecdb152ca30db67f23a8f31bc7e4b84ec72a4d1 (patch)
tree8b0e07b1ae21287dc55c820472625401db800427 /tests/gem_double_irq_loop.c
parentf381a8b9f08a6d0c843e7b9f7997020d6b0d1e1a (diff)
tests/gem_double_irq_loop: silence the compiler
gem_double_irq_loop.c: In function ‘dummy_reloc_loop’: gem_double_irq_loop.c:62:9: warning: unused variable ‘j’ [-Wunused-variable]
Diffstat (limited to 'tests/gem_double_irq_loop.c')
-rw-r--r--tests/gem_double_irq_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_double_irq_loop.c b/tests/gem_double_irq_loop.c
index f6811c97..f2f8b1a8 100644
--- a/tests/gem_double_irq_loop.c
+++ b/tests/gem_double_irq_loop.c
@@ -59,7 +59,7 @@ static drm_intel_bo *target_buffer, *blt_bo;
static void
dummy_reloc_loop(void)
{
- int i, j;
+ int i;
for (i = 0; i < 0x800; i++) {
BEGIN_BATCH(8);