mirror of
https://github.com/yawut/SDL.git
synced 2026-04-20 07:37:28 -05:00
Fixed gcc warnings for apps using SDL headers with -Wstrict-prototypes flag.
This commit is contained in:
parent
b831828d7a
commit
9637ceba41
|
|
@ -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…
Reference in New Issue
Block a user