mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(Thread wrapper) Fix unused variable i warning
This commit is contained in:
parent
d2c47ea600
commit
603484a1da
@ -174,6 +174,7 @@ static void thread_loop(void *data)
|
|||||||
{
|
{
|
||||||
thread_video_t *thr = (thread_video_t*)data;
|
thread_video_t *thr = (thread_video_t*)data;
|
||||||
unsigned i;
|
unsigned i;
|
||||||
|
(void)i;
|
||||||
|
|
||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user