mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 16:45:57 -05:00
Fixed some ultra-pedantic gcc warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user