mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
More fix warnings about static function and prototype
This commit is contained in:
@@ -47,7 +47,7 @@ getprioritystr(SDL_ThreadPriority priority)
|
||||
return "???";
|
||||
}
|
||||
|
||||
int SDLCALL
|
||||
static int SDLCALL
|
||||
ThreadFunc(void *data)
|
||||
{
|
||||
SDL_ThreadPriority prio = SDL_THREAD_PRIORITY_NORMAL;
|
||||
|
||||
Reference in New Issue
Block a user