diff --git a/tools/quake3/common/threads.c b/tools/quake3/common/threads.c index abdf2055..2e5e9032 100644 --- a/tools/quake3/common/threads.c +++ b/tools/quake3/common/threads.c @@ -520,7 +520,8 @@ void RunThreadsOn (int workcnt, qboolean showpacifier, void(*func)(int)) pthread_t work_threads[MAX_THREADS]; int start, end; - int i=0, status=0; + int i=0; + void *exit_value; start = I_FloatTime (); pacifier = showpacifier; @@ -556,7 +557,7 @@ void RunThreadsOn (int workcnt, qboolean showpacifier, void(*func)(int)) } for (i=0 ; i