forked from len0rd/rockbox
test_mem: silence -Wunused-but-set-variable warning
Change-Id: I4a14c8b0cf1a8c822166ce01087b31c06722d8ae
This commit is contained in:
parent
b4ca244af2
commit
ab56afefc1
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ static void read_test(volatile int *buf, int buf_size, int loop_cnt)
|
||||||
x = buf[j+4];
|
x = buf[j+4];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
(void)x;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue