From 3bd078d0513055f583aafb0a1e1faafd3b371358 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 6 Mar 2011 21:15:46 -0800 Subject: [PATCH] Fixed compiler warning --- src/thread/SDL_thread.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/thread/SDL_thread.c b/src/thread/SDL_thread.c index 482278c14..b7bfcb09c 100644 --- a/src/thread/SDL_thread.c +++ b/src/thread/SDL_thread.c @@ -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