mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 16:20:27 +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;
|
||||
unsigned i;
|
||||
(void)i;
|
||||
|
||||
for (;;)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user