mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
SDL_test: pass data pointer to unit tests
This commit is contained in:
committed by
Anonymous Maarten
parent
741c04b339
commit
2f4b2df595
@@ -20,7 +20,7 @@ static int g_timerCallbackCalled = 0;
|
||||
|
||||
/* Fixture */
|
||||
|
||||
static void timerSetUp(void *arg)
|
||||
static void timerSetUp(void **arg)
|
||||
{
|
||||
/* Start SDL timer subsystem */
|
||||
SDL_bool ret = SDL_InitSubSystem(SDL_INIT_TIMER);
|
||||
|
||||
Reference in New Issue
Block a user