Fixed some ultra-pedantic gcc warnings

This commit is contained in:
Sam Lantinga
2006-03-24 06:10:24 +00:00
parent c4cb7306d5
commit 63695e2f76
9 changed files with 73 additions and 72 deletions

View File

@@ -55,7 +55,7 @@ int 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.
*/
void SDL_ThreadsQuit()
void SDL_ThreadsQuit(void)
{
SDL_mutex *mutex;