mirror of
https://github.com/yawut/SDL.git
synced 2026-07-27 21:47:57 -05:00
Fixed compiler warning
This commit is contained in:
parent
56666f8da6
commit
3d078dceac
|
|
@ -56,6 +56,7 @@ SDL_ThreadsInit(void)
|
|||
clean up threads here. If any threads are still running after this call,
|
||||
they will no longer have access to any per-thread data.
|
||||
*/
|
||||
#if 0
|
||||
static void
|
||||
SDL_ThreadsQuit(void)
|
||||
{
|
||||
|
|
@ -67,6 +68,7 @@ SDL_ThreadsQuit(void)
|
|||
SDL_DestroyMutex(mutex);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Routines for manipulating the thread list */
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user