mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
(PS3) Get rid of warning: Variable is used before its value is set
This commit is contained in:
parent
938642c448
commit
b12274f704
@ -173,7 +173,7 @@ static void thread_reply(thread_video_t *thr, enum thread_cmd cmd)
|
||||
static void thread_loop(void *data)
|
||||
{
|
||||
thread_video_t *thr = (thread_video_t*)data;
|
||||
unsigned i;
|
||||
unsigned i = 0;
|
||||
(void)i;
|
||||
|
||||
for (;;)
|
||||
|
Loading…
Reference in New Issue
Block a user