Skip to content

Commit

Permalink
Fixed compiler warning on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 9, 2019
1 parent 715e070 commit 791df27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/SDL_test_harness.c
Expand Up @@ -169,7 +169,7 @@ SDLTest_GenerateExecKey(const char *runSeed, char *suiteName, char *testName, in
* \return Timer id or -1 on failure.
*/
static SDL_TimerID
SDLTest_SetTestTimeout(int timeout, void (*callback)())
SDLTest_SetTestTimeout(int timeout, void (*callback)(void))
{
Uint32 timeoutInMilliseconds;
SDL_TimerID timerID;
Expand Down

0 comments on commit 791df27

Please sign in to comment.