diff options
-rw-r--r-- | src/utils/sdl2logger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/sdl2logger.cpp b/src/utils/sdl2logger.cpp index 85d11fe9a..d7cf6d939 100644 --- a/src/utils/sdl2logger.cpp +++ b/src/utils/sdl2logger.cpp @@ -115,7 +115,7 @@ static void logCallback(void *userData A_UNUSED, msg); } -static SDL_AssertState assertCallback(const SDL_AssertData *data A_UNUSED, +static SDL_AssertState assertCallback(const SDL_AssertData *data, void *userdata A_UNUSED) { reportAlways( |