Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed gcc warnings for apps using SDL headers with -Wstrict-prototype…
…s flag.
  • Loading branch information
zenios committed Jul 12, 2013
1 parent cffb48e commit 264f262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_thread.h
Expand Up @@ -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.
Expand Down

0 comments on commit 264f262

Please sign in to comment.