Mercurial > sdl-ios-xcode
diff src/thread/SDL_thread.c @ 1612:97d0966f4bf7
Fixed some ultra-pedantic gcc warnings
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 24 Mar 2006 06:10:24 +0000 |
parents | ad887c988713 |
children | 14717b52abc0 |
line wrap: on
line diff
--- a/src/thread/SDL_thread.c Fri Mar 24 05:11:51 2006 +0000 +++ b/src/thread/SDL_thread.c Fri Mar 24 06:10:24 2006 +0000 @@ -55,7 +55,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. */ -void SDL_ThreadsQuit() +void SDL_ThreadsQuit(void) { SDL_mutex *mutex;