Got rid of compiler warnings. We acknoweldge the help of Nathan

Torkington <gnat@frii.com>.
This commit is contained in:
wtc 1998-04-13 22:49:10 +00:00
Родитель 560ea6a186
Коммит 357aea8a96
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -161,6 +161,7 @@ static _PRCPU *_PR_CreateCPU(PRThread *thread, PRBool needQueue)
return cpu;
}
#if !defined(_PR_GLOBAL_THREADS_ONLY) && !defined(_PR_LOCAL_THREADS_ONLY)
/*
** This code is used during a cpu's initial creation.
*/
@ -192,6 +193,7 @@ static void _PR_RunCPU(void *unused)
_PR_MD_SWITCH_CONTEXT(me);
}
}
#endif
static void PR_CALLBACK _PR_CPU_Idle(void *_cpu)
{