mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-02-22 07:37:56 +01:00
Fixed compiler warning on Android
This commit is contained in:
parent
715e070d29
commit
791df27a30
@ -169,7 +169,7 @@ SDLTest_GenerateExecKey(const char *runSeed, char *suiteName, char *testName, in
|
|||||||
* \return Timer id or -1 on failure.
|
* \return Timer id or -1 on failure.
|
||||||
*/
|
*/
|
||||||
static SDL_TimerID
|
static SDL_TimerID
|
||||||
SDLTest_SetTestTimeout(int timeout, void (*callback)())
|
SDLTest_SetTestTimeout(int timeout, void (*callback)(void))
|
||||||
{
|
{
|
||||||
Uint32 timeoutInMilliseconds;
|
Uint32 timeoutInMilliseconds;
|
||||||
SDL_TimerID timerID;
|
SDL_TimerID timerID;
|
||||||
|
Loading…
Reference in New Issue
Block a user