[warnings] fixed clang build warnings

This commit is contained in:
akallabeth
2023-11-17 09:13:08 +01:00
committed by akallabeth
parent 8e7561534e
commit ceb7bd1d41
10 changed files with 18 additions and 18 deletions

View File

@@ -2405,7 +2405,8 @@ void rdpgfx_client_context_free(RdpgfxClientContext* context)
}
static const IWTSVirtualChannelCallback rdpgfx_callbacks = { rdpgfx_on_data_received,
rdpgfx_on_open, rdpgfx_on_close };
rdpgfx_on_open, rdpgfx_on_close,
NULL };
/**
* Function description