Fixed some ultra-pedantic gcc warnings
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401619
This commit is contained in:
parent
1237375c2d
commit
26cb9c7c80
9 changed files with 73 additions and 72 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue