mirror of
https://github.com/holub/mame
synced 2025-05-09 07:41:50 +03:00
fixed Visual Studio warnings (nw)
This commit is contained in:
parent
56001abb60
commit
c7922d275f
@ -678,7 +678,7 @@ static void worker_thread_process(osd_work_queue *queue, work_thread_info *threa
|
|||||||
// loop until everything is processed
|
// loop until everything is processed
|
||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
osd_work_item *item;
|
osd_work_item *item = NULL;
|
||||||
|
|
||||||
bool end_loop = false;
|
bool end_loop = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user