mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[warnings] fixed clang build warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user