diff --git a/gfx/video_thread_wrapper.c b/gfx/video_thread_wrapper.c index dad5230364..5db432cd9f 100644 --- a/gfx/video_thread_wrapper.c +++ b/gfx/video_thread_wrapper.c @@ -174,6 +174,7 @@ static void thread_loop(void *data) { thread_video_t *thr = (thread_video_t*)data; unsigned i; + (void)i; for (;;) {