mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
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]
This commit is contained in:
parent
f381a8b9f0
commit
7ecdb152ca
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user