Commit aa47998f authored by Couriersud's avatar Couriersud

Fix third party "-Wall -Werror" builds

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403495
parent e43f6d61
...@@ -1319,7 +1319,7 @@ extern DECLSPEC void SDLCALL SDL_DestroyRenderer(SDL_WindowID windowID); ...@@ -1319,7 +1319,7 @@ extern DECLSPEC void SDLCALL SDL_DestroyRenderer(SDL_WindowID windowID);
* \sa SDL_EnableScreenSaver() * \sa SDL_EnableScreenSaver()
* \sa SDL_DisableScreenSaver() * \sa SDL_DisableScreenSaver()
*/ */
extern DECLSPEC SDL_bool SDLCALL SDL_IsScreenSaverEnabled(); extern DECLSPEC SDL_bool SDLCALL SDL_IsScreenSaverEnabled(void);
/** /**
* \fn void SDL_EnableScreenSaver(); * \fn void SDL_EnableScreenSaver();
...@@ -1329,7 +1329,7 @@ extern DECLSPEC SDL_bool SDLCALL SDL_IsScreenSaverEnabled(); ...@@ -1329,7 +1329,7 @@ extern DECLSPEC SDL_bool SDLCALL SDL_IsScreenSaverEnabled();
* \sa SDL_IsScreenSaverEnabled() * \sa SDL_IsScreenSaverEnabled()
* \sa SDL_DisableScreenSaver() * \sa SDL_DisableScreenSaver()
*/ */
extern DECLSPEC void SDLCALL SDL_EnableScreenSaver(); extern DECLSPEC void SDLCALL SDL_EnableScreenSaver(void);
/** /**
* \fn void SDL_DisableScreenSaver(); * \fn void SDL_DisableScreenSaver();
...@@ -1339,7 +1339,7 @@ extern DECLSPEC void SDLCALL SDL_EnableScreenSaver(); ...@@ -1339,7 +1339,7 @@ extern DECLSPEC void SDLCALL SDL_EnableScreenSaver();
* \sa SDL_IsScreenSaverEnabled() * \sa SDL_IsScreenSaverEnabled()
* \sa SDL_EnableScreenSaver() * \sa SDL_EnableScreenSaver()
*/ */
extern DECLSPEC void SDLCALL SDL_DisableScreenSaver(); extern DECLSPEC void SDLCALL SDL_DisableScreenSaver(void);
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment