(PS3) Get rid of warning: Variable is used before its value is set

This commit is contained in:
twinaphex 2014-02-23 01:56:33 +01:00
parent 938642c448
commit b12274f704

View File

@ -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 (;;)