Fixed some ultra-pedantic gcc warnings

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401619
This commit is contained in:
Sam Lantinga 2006-03-24 06:10:24 +00:00
parent 1237375c2d
commit 26cb9c7c80
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;