--- a/src/glcontext.c Sat May 03 13:30:04 2025 +0200 +++ b/src/glcontext.c Sat May 03 13:49:24 2025 +0200 @@ -35,7 +35,7 @@ static void asc_gl_debug_callback( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar* message, - const void* userParam + __attribute__((__unused__)) const void* userParam ) { if (type == GL_DEBUG_TYPE_ERROR) { asc_error("OpenGL source = %d, id = %u, type = %d, severity= %d, message = %.*s",