fixed Visual Studio warnings (nw)

This commit is contained in:
Oliver Stöneberg 2015-01-02 13:30:08 +01:00
parent 56001abb60
commit c7922d275f

View File

@ -678,7 +678,7 @@ static void worker_thread_process(osd_work_queue *queue, work_thread_info *threa
// loop until everything is processed
while (true)
{
osd_work_item *item;
osd_work_item *item = NULL;
bool end_loop = false;