Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 7, 2011
1 parent ae6e69c commit 3bd078d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/thread/SDL_thread.c
Expand Up @@ -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)
{
Expand All @@ -67,6 +68,7 @@ SDL_ThreadsQuit(void)
SDL_DestroyMutex(mutex);
}
}
#endif

/* Routines for manipulating the thread list */
static void
Expand Down

0 comments on commit 3bd078d

Please sign in to comment.