Fixed gcc warnings for apps using SDL headers with -Wstrict-prototypes flag.

This commit is contained in:
Dimitris Zenios 2013-07-12 09:55:58 +03:00
parent 8522bf8e38
commit 852321d7a2

View file

@ -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.