1
0
Fork 0
forked from len0rd/rockbox

test_mem: silence -Wunused-but-set-variable warning

Change-Id: I4a14c8b0cf1a8c822166ce01087b31c06722d8ae
This commit is contained in:
Rafaël Carré 2013-06-13 18:56:23 +02:00
parent b4ca244af2
commit ab56afefc1

View file

@ -132,6 +132,7 @@ static void read_test(volatile int *buf, int buf_size, int loop_cnt)
x = buf[j+4];
}
}
(void)x;
#endif
}