[channels,warnings] fix -Wunused-parameter

This commit is contained in:
akallabeth
2025-02-13 15:29:35 +01:00
parent 74cd8d8fe0
commit 2b7d7356c1
35 changed files with 211 additions and 143 deletions

View File

@@ -2341,7 +2341,8 @@ static void* rdpgfx_get_cache_slot_data(RdpgfxClientContext* context, UINT16 cac
return pData;
}
static UINT init_plugin_cb(GENERIC_DYNVC_PLUGIN* base, rdpContext* rcontext, rdpSettings* settings)
static UINT init_plugin_cb(GENERIC_DYNVC_PLUGIN* base, rdpContext* rcontext,
WINPR_ATTR_UNUSED rdpSettings* settings)
{
RdpgfxClientContext* context = NULL;
RDPGFX_PLUGIN* gfx = (RDPGFX_PLUGIN*)base;