Fixed gcc warnings for apps using SDL headers with -Wstrict-prototypes flag.
This commit is contained in:
parent
8522bf8e38
commit
852321d7a2
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ extern DECLSPEC void SDLCALL SDL_WaitThread(SDL_Thread * thread, int *status);
|
|||
* \sa SDL_TLSGet()
|
||||
* \sa SDL_TLSSet()
|
||||
*/
|
||||
extern DECLSPEC SDL_TLSID SDLCALL SDL_TLSCreate();
|
||||
extern DECLSPEC SDL_TLSID SDLCALL SDL_TLSCreate(void);
|
||||
|
||||
/**
|
||||
* \brief Get the value associated with a thread local storage ID for the current thread.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue