# HG changeset patch # User Sam Lantinga # Date 1299474946 28800 # Node ID 346f095568aba2dbd6390270903318d5a0666b6c # Parent 2a206577656f27933915521cb73e92c305a22912 Fixed compiler warning diff -r 2a206577656f -r 346f095568ab src/thread/SDL_thread.c --- a/src/thread/SDL_thread.c Sun Mar 06 21:15:28 2011 -0800 +++ b/src/thread/SDL_thread.c Sun Mar 06 21:15:46 2011 -0800 @@ -56,6 +56,7 @@ 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_DestroyMutex(mutex); } } +#endif /* Routines for manipulating the thread list */ static void