From 86f252e294984b89166dd8a14e116cbc1c076dba Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 8 Sep 2017 02:19:05 +0300 Subject: Fix compilation warning. --- src/utils/sdl2logger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils') 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( -- cgit v1.2.3-60-g2f50